1
0
forked from poc/pds

corrected logic in sticker print page

This commit is contained in:
dhanabalan
2026-08-12 16:38:02 +05:30
parent c3b8bc3880
commit afc41f20a5

View File

@@ -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();