Merged in release/2026-02-13 (pull request #3003)

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

Approved-by: Allan Carr
This commit is contained in:
Dave Richer
2026-02-13 16:48:27 +00:00
committed by Allan Carr

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