Updated panel box code passing via variable on create or update while import
Some checks are pending
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Waiting to run
Some checks are pending
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Waiting to run
This commit is contained in:
@@ -312,7 +312,7 @@ class StickerMasterImporter extends Importer
|
||||
'part_validation5' => $part5,
|
||||
'laser_part_validation1' => $laserPart1,
|
||||
'laser_part_validation2' => $laserPart2,
|
||||
'panel_box_code' => $this->data['panel_box_code'],
|
||||
'panel_box_code' => $panelCod,
|
||||
'load_rate' => $this->data['load_rate'],
|
||||
'bundle_quantity' => $this->data['bundle_quantity'],
|
||||
'material_type' => $this->data['material_type'],
|
||||
|
||||
Reference in New Issue
Block a user