1
0
forked from poc/pds

Added item id in query to fetch characteristics master

This commit is contained in:
dhanabalan
2026-08-20 14:15:18 +05:30
parent 579daf6a83
commit f9481275db

View File

@@ -97,7 +97,7 @@ class CreatePanelBoxValidation extends CreateRecord {
}
$this->existingRecords = ProductCharacteristicsMaster::where('plant_id', $plantId)
->where('category', $categoryName)
->where('item_id', $item->id)
->where('line_id', $lineId)
->orderBy('id', 'asc')
->get();