stock changes 18-04-2025
This commit is contained in:
parent
ec5aa531b1
commit
09c70db2be
@ -2794,11 +2794,11 @@ class StockController extends BaseController
|
|||||||
//if no filter already exists or removed current one , just add current filter for that month ....!!
|
//if no filter already exists or removed current one , just add current filter for that month ....!!
|
||||||
$inserts = [];
|
$inserts = [];
|
||||||
|
|
||||||
foreach($customisedMaterialCodes as $index => $customisedMaterialCode){
|
foreach($existingCustomMaterialCodes as $index => $customisedMaterialCode){
|
||||||
|
|
||||||
$inserts [] = [
|
$inserts [] = [
|
||||||
'date' => "$month-01",
|
'date' => "$month-01",
|
||||||
'stock_category' => "resin",
|
'stock_category' => "packing_material",
|
||||||
'materialCode' => $customisedMaterialCode['MaterialCode']
|
'materialCode' => $customisedMaterialCode['MaterialCode']
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user