tmc and gst

This commit is contained in:
heama 2023-11-15 17:09:22 +05:30
parent 4053fbe180
commit bedb92842f
2 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ class Corporate extends CI_Controller {
$variance = $res1->gd_inv_value - $res1->td_tkt_fare;
$res2->variance = $variance;
} else {
$variance = "hello"; // Set variance to 0 if td_gstr2a_match_id is null or zero
$variance = ""; // Set variance to 0 if td_gstr2a_match_id is null or zero
}
if($res1->ti_file_name == ''){