rutes : ps

This commit is contained in:
VE10-Sanjeev 2023-03-13 11:13:25 +05:30
parent cd0e73b41a
commit 03b094e514
2 changed files with 3 additions and 3 deletions

View File

@ -189,7 +189,7 @@ class smc_creditpd
static function getAssestSectionData($section) static function getAssestSectionData($section)
{ {
$json = json_decode($section['json'],true); $json = json_decode($section['json'],true);
print_r($json); // print_r($json);
$rupee_symbol = "<span style='font-family: DejaVu Sans; sans-serif;font-size:10px'>₹</span>"; $rupee_symbol = "<span style='font-family: DejaVu Sans; sans-serif;font-size:10px'>₹</span>";
// $CI =&get_instance(); // $CI =&get_instance();
// $CI->load->model('PD_Model'); // $CI->load->model('PD_Model');