Added Sticker id variable in sticker detail importer
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 23s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 19s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 29s
Laravel Pint / pint (pull_request) Successful in 22m7s
Laravel Larastan / larastan (pull_request) Failing after 23m37s

This commit is contained in:
dhanabalan
2026-09-21 16:58:25 +05:30
parent 713ef37d98
commit 4f0b2c850c

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