1
0
forked from poc/pds

Added heat number field as mandatory in post api

This commit is contained in:
dhanabalan
2025-05-27 19:15:01 +05:30
parent a2972d5c6d
commit 37278f2754

View File

@@ -126,7 +126,7 @@ class ObdController extends Controller
continue;
}
$mandatoryFields = ['vehicle_number', 'bundle_number', 'picked_weight', 'scanned_by'];
$mandatoryFields = ['vehicle_number', 'bundle_number', 'heat_number', 'picked_weight', 'scanned_by'];
$missingFields = [];
foreach ($mandatoryFields as $field)