feature/IO-3558-Reynolds-Part-2 - Send zeroed out estimate line

This commit is contained in:
Dave
2026-02-13 11:13:42 -05:00
parent dde7a99956
commit 48def2b74d

View File

@@ -120,7 +120,12 @@ const createMinimalRRRepairOrder = async (args) => {
advisorNo: String(advisorNo),
vin: cleanVin,
departmentType: "B",
outsdRoNo: job?.ro_number || job?.id || undefined
outsdRoNo: job?.ro_number || job?.id || undefined,
estimate: {
parts: "0",
labor: "0",
total: "0.00"
}
};
// Only add mileageIn if we have a valid value