diff --git a/application/views/monthlypayinputs.php b/application/views/monthlypayinputs.php index 5ff7da1c..b48296a9 100755 --- a/application/views/monthlypayinputs.php +++ b/application/views/monthlypayinputs.php @@ -1,7 +1,19 @@ Key)) + { + $show_hide_column_value = false; + } + else + { + $show_hide_column_value = true; + } + break; + } $ex = explode('-',$dropdownvalue); @@ -233,24 +245,9 @@ $('html').bind('keypress', function(e) Loan_Recovered)) {if(is_numeric($record->Loan_Recovered)){echo number_format($record->Loan_Recovered,2,'.','');}else {echo $record->Loan_Recovered;}}else{echo number_format(0.00,2,'.','');} ?> - - - +