1
0
forked from poc/pds

Added scrap quantity in pdf controller

This commit is contained in:
dhanabalan
2026-01-28 15:47:01 +05:30
parent 7b7d953b79
commit 244500eb74

View File

@@ -885,7 +885,7 @@ class PdfController extends Controller
->update([
// 'order_quantity' => $orderQty,
'received_quantity' => $receivedQty,
// 'scrap_quantity' => $scrapQty,
'scrap_quantity' => $scrapQty,
// 'sfg_number' => $sfgNo,
// 'machine_name' => $machineId,
'rework_status' => 1,