Merge pull request 'Added item id in query to fetch characteristics master' (#914) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 1m18s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 1m18s
Reviewed-on: #914
This commit was merged in pull request #914.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user