stock changes 18-04-2025

This commit is contained in:
vadivelJ96 2025-04-18 10:16:13 +05:30
parent ec5aa531b1
commit 09c70db2be

View File

@ -2794,11 +2794,11 @@ class StockController extends BaseController
//if no filter already exists or removed current one , just add current filter for that month ....!!
$inserts = [];
foreach($customisedMaterialCodes as $index => $customisedMaterialCode){
foreach($existingCustomMaterialCodes as $index => $customisedMaterialCode){
$inserts [] = [
'date' => "$month-01",
'stock_category' => "resin",
'stock_category' => "packing_material",
'materialCode' => $customisedMaterialCode['MaterialCode']
];