Added item id in query to fetch characteristics master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 39s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 53s
Laravel Pint / pint (pull_request) Successful in 4m39s
Laravel Larastan / larastan (pull_request) Failing after 13m15s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Failing after 13m30s
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 39s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 53s
Laravel Pint / pint (pull_request) Successful in 4m39s
Laravel Larastan / larastan (pull_request) Failing after 13m15s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Failing after 13m30s
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