removed coil number in rework logic #1058

Merged
jothi merged 1 commits from ranjith-dev into master 2026-09-19 09:55:47 +00:00

View File

@@ -939,7 +939,7 @@ class PdfController extends Controller
->where('process_order', $processOrder)
->where('line_id', $lineNamePlantId)
->where('coil_number', $coilMain)
->where('machine_name', $machineId)
// ->where('machine_name', $machineId)
->first();
if (! $existingCoil) {
@@ -965,7 +965,7 @@ class PdfController extends Controller
->where('process_order', $processOrder)
->where('line_id', $lineNamePlantId)
->where('coil_number', $coilNo)
->where('machine_name', $machineId)
// ->where('machine_name', $machineId)
->first();
if (! $existingCoil) {