diff --git a/app/Filament/Pages/StickerPrint.php b/app/Filament/Pages/StickerPrint.php index e8e3d93..f909a98 100644 --- a/app/Filament/Pages/StickerPrint.php +++ b/app/Filament/Pages/StickerPrint.php @@ -318,7 +318,7 @@ class StickerPrint extends Page implements HasForms $itemI = $item->id; $mapping = StickerMappingMaster::where('plant_id', $plantId) - ->where('machine_id', $workCenter) + ->where('sticker1_machine_id', $workCenter) ->where('item_characteristic_id', $itemI) ->first();