Bug Fix From Ria
This commit is contained in:
parent
01c78262f1
commit
df17649e97
@ -1209,7 +1209,7 @@ class StockController extends BaseController
|
||||
|
||||
if(!empty($previousMonthCustomMachineCodes)){
|
||||
$existingCustomMachineCodes = $this->factoryMachine_model
|
||||
->getSelectedElectricMachines(array_column($previousMonthCustomMachineCodes, 'machine_id'));
|
||||
->getSelectedElectricMachines(array_column($previousMonthCustomMachineCodes, 'machine_id'));
|
||||
}else{
|
||||
|
||||
// inserting all active if no previous month present
|
||||
|
||||
Loading…
Reference in New Issue
Block a user