Merged in feature/IO-3558-Reynolds-Part-2 (pull request #3002)

feature/IO-3558-Reynolds-Part-2 - Send zeroed out estimate line
This commit is contained in:
Dave Richer
2026-02-13 16:14:39 +00:00

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