Added Sticker id variable in sticker detail importer #1065
@@ -177,6 +177,8 @@ class StickerDetailImporter extends Importer
|
||||
|
||||
$sticker = $this->data['sticker_structure_detail_id'] ?? null;
|
||||
|
||||
$stickerId = null;
|
||||
|
||||
$stickerCode = StickerStructureDetail::where('sticker_id', $sticker)->first();
|
||||
if (!$stickerCode) {
|
||||
$warnMsg[] = "Sticker Id not found in Sticker Structure Detail";
|
||||
|
||||
Reference in New Issue
Block a user