stock module latest today vadivel J 29-01-2025

This commit is contained in:
vadivelJ96 2025-01-29 10:28:30 +05:30
parent 24037def97
commit b8a1490d76
2 changed files with 3 additions and 3 deletions

View File

@ -1051,7 +1051,7 @@
//table to json function //table to json function
var updateResinStockDetails = tableToJson(); var updateTrpProductionDetails = tableToJson();
alert('Updation may take a while, And we appreciate your patience..!!'); alert('Updation may take a while, And we appreciate your patience..!!');
@ -1062,7 +1062,7 @@
updateResinStockDetails updateResinStockDetails
}, },
type: "POST", type: "POST",
url: "<?php echo base_url() ?>updateResinStockDetails", url: "<?php echo base_url() ?>updateTrpProductionDetails",
success: function (data) { success: function (data) {
if (data) { if (data) {