Added plant in where condition in invoice #1016
@@ -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'){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user