diff --git a/application/views/corporate/gstr2a_recon.php b/application/views/corporate/gstr2a_recon.php index cf6487d..9732e0b 100644 --- a/application/views/corporate/gstr2a_recon.php +++ b/application/views/corporate/gstr2a_recon.php @@ -762,7 +762,7 @@ function() { "targets": 25, // "width": 300, "render": function ( data, type, full, meta ) { - return ''; + return ''; } } ] @@ -819,6 +819,7 @@ function() { str1 = str1.replace(/\Cgst/g,"CGST "); str1 = str1.replace(/\Igst/g,"IGST "); str1 = str1.replace(/\Sgst/g,"SGST "); + str1 = str1.replace(/\gst/g,"GST "); return str1; } diff --git a/application/views/corporate/tmc_recon.php b/application/views/corporate/tmc_recon.php index dddc0f9..759bc45 100644 --- a/application/views/corporate/tmc_recon.php +++ b/application/views/corporate/tmc_recon.php @@ -694,7 +694,7 @@ function() { "width": 300, "render": function ( data, type, full, meta ) { console.log(full['td_tkt']); - return ''; + return ''; } }, ] @@ -733,6 +733,7 @@ function() { str1 = str1.replace(/\Cgst/g,"CGST "); str1 = str1.replace(/\Igst/g,"IGST "); str1 = str1.replace(/\Sgst/g,"SGST "); + str1 = str1.replace(/\gst/g,"GST "); return str1; } diff --git a/application/views/tmc/tmc_recon.php b/application/views/tmc/tmc_recon.php index f758154..26336c8 100644 --- a/application/views/tmc/tmc_recon.php +++ b/application/views/tmc/tmc_recon.php @@ -699,7 +699,7 @@ function() { "width": 300, "render": function ( data, type, full, meta ) { console.log(full['td_tkt']); - return ''; + return ''; } }, ] @@ -738,6 +738,7 @@ function() { str1 = str1.replace(/\Cgst/g,"CGST "); str1 = str1.replace(/\Igst/g,"IGST "); str1 = str1.replace(/\Sgst/g,"SGST "); + str1 = str1.replace(/\gst/g,"GST "); return str1; }