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

This commit is contained in:
dhanabalan
2026-02-07 14:59:30 +05:30
parent e8e75cfac4
commit 14754e63e0

View File

@@ -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'],