Added Sticker id variable in sticker detail importer #1065

Merged
jothi merged 1 commits from ranjith-dev into master 2026-09-21 11:28:46 +00:00
Showing only changes of commit 4f0b2c850c - Show all commits

View File

@@ -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";