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

@ -1383,7 +1383,7 @@ class StockController extends BaseController
} else {
// $month = new DateTime('2024-10-01');
// $month = $month->format('Y-m');
// $month = $month->format('Y-m');
$month = date('Y-m');

View File

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