IO-3529 CM Recieved Fix

Signed-off-by: Allan Carr <allan@imexsystems.ca>
This commit is contained in:
Allan Carr
2026-01-31 17:43:16 -08:00
parent ea9e4ffcad
commit b08435607e
2 changed files with 6 additions and 2 deletions

View File

@@ -89,7 +89,8 @@ export function PartsOrderModalContainer({
return {
...p,
job_line_id: jobLineId
job_line_id: jobLineId,
...(isReturn && { cm_received: false })
};
});