RUPEE SYMBOL

This commit is contained in:
velz 2019-05-21 17:08:13 +05:30
parent 1b618da53e
commit e9aa47ffa8
2 changed files with 5 additions and 7 deletions

Binary file not shown.

View File

@ -2560,9 +2560,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<!-- start other income section --> <!-- start other income section -->
<?php <?php
//die(); //die();
$is_show_common_section = true;
if($is_show_common_section)
{
$otherIncomeResult=array(); $otherIncomeResult=array();
foreach($pd_processed_forms[9] as $rowKey=> $iRow) { foreach($pd_processed_forms[9] as $rowKey=> $iRow) {
$otherIcomeRow = json_decode($iRow['processed_json'],true); $otherIcomeRow = json_decode($iRow['processed_json'],true);
@ -2805,7 +2803,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
if(!strcasecmp($final_remark_data['is_service_provided'],'fairly_suited')){ $fair = 1;} if(!strcasecmp($final_remark_data['is_service_provided'],'fairly_suited')){ $fair = 1;}
else if(!strcasecmp($final_remark_data['is_service_provided'],'well_suited')){$well = 1;} else if(!strcasecmp($final_remark_data['is_service_provided'],'well_suited')){$well = 1;}
else if(!strcasecmp($final_remark_data['is_service_provided'],'not_suited')){$not = 1;} else if(!strcasecmp($final_remark_data['is_service_provided'],'not_suited')){$not = 1;}
}
if($final_remark_data['pd_officers_recommendation'] == 2){$positive = 1;$fo_diplay = "Positive";} if($final_remark_data['pd_officers_recommendation'] == 2){$positive = 1;$fo_diplay = "Positive";}
else if($final_remark_data['pd_officers_recommendation'] == 3){ else if($final_remark_data['pd_officers_recommendation'] == 3){
@ -2938,7 +2936,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
?> ?>
<?php } else{ echo "<p>".$other_command_remark."</p>";} ?> <?php } else{ echo "<p>".$other_command_remark."</p>";} ?>
<div class="page_break"></div> <div id="page_break"></div>
<!-- #################End Final Remarks Section#################--> <!-- #################End Final Remarks Section#################-->
@ -2948,7 +2946,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<?php <?php
$show_detailed_scorecard = null; $show_detailed_scorecard = 1;
if($show_detailed_scorecard) if($show_detailed_scorecard)
{ {
echo "<h3>Details Score Card Section</h3>" ; echo "<h3>Details Score Card Section</h3>" ;