From e3cb3d12940f01cd69198837b42b4d7ba5e87b3d Mon Sep 17 00:00:00 2001
From: suseendhiran17 <58357088+suseendhiran17@users.noreply.github.com>
Date: Wed, 24 May 2023 18:10:36 +0530
Subject: [PATCH] suseendhiran
---
application/views/corporate/gstr2a_recon.php | 3 ++-
application/views/corporate/tmc_recon.php | 3 ++-
application/views/tmc/tmc_recon.php | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
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;
}