1
0
forked from poc/pds

Added numeric type for received quantity

This commit is contained in:
dhanabalan
2025-11-20 12:29:26 +05:30
parent 5c6c6e56ac
commit 18e232ffb3

View File

@@ -675,7 +675,7 @@ class PdfController extends Controller
'item_code' => 'nullable|integer',
'coil_number' => 'nullable|string',
'order_quantity' => 'nullable|integer',
'received_quantity' => 'nullable|integer',
'received_quantity' => 'nullable|numeric',
'created_by' => 'nullable|string',
]);