stock module latest today vadivel J 29-01-2025
This commit is contained in:
parent
24037def97
commit
b8a1490d76
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user