From 21e625e7407f51d8ba626a2e323d7e71c11c6401 Mon Sep 17 00:00:00 2001 From: dhanabalan Date: Thu, 22 Jan 2026 11:27:53 +0530 Subject: [PATCH] chnaged logic in sticker reprint controller --- app/Http/Controllers/ProductionStickerReprintController.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/Http/Controllers/ProductionStickerReprintController.php b/app/Http/Controllers/ProductionStickerReprintController.php index b7ad435..2a03dd4 100644 --- a/app/Http/Controllers/ProductionStickerReprintController.php +++ b/app/Http/Controllers/ProductionStickerReprintController.php @@ -70,6 +70,10 @@ class ProductionStickerReprintController extends Controller { $copies = 2; } + else + { + $copies = 1; + } } else {