Added plant in where condition in invoice #1016

Merged
jothi merged 1 commits from ranjith-dev into master 2026-09-11 06:24:40 +00:00

View File

@@ -846,7 +846,7 @@ class InvoiceDataTable extends Component
return;
}
$categoryExist = Item::where('code', $itemCode)->first();
$categoryExist = Item::where('code', $itemCode)->where('plant_id', $this->plantId)->first();
if($categoryExist?->category == 'Panel Box'){