diff --git a/client/src/components/jobs-change-status/jobs-change-status.component.jsx b/client/src/components/jobs-change-status/jobs-change-status.component.jsx index 406b84d80..4b42b85e3 100644 --- a/client/src/components/jobs-change-status/jobs-change-status.component.jsx +++ b/client/src/components/jobs-change-status/jobs-change-status.component.jsx @@ -77,10 +77,14 @@ export function JobsChangeStatus({ job, bodyshop, jobRO }) { {availableStatuses.map((item) => ( {item} ))} - - {otherStages.map((item, idx) => ( - {item} - ))} + {job.converted && ( + <> + + {otherStages.map((item, idx) => ( + {item} + ))} + + )} ); @@ -90,7 +94,7 @@ export function JobsChangeStatus({ job, bodyshop, jobRO }) { overlay={statusmenu} trigger={["click"]} key="changestatus" - disabled={jobRO} + disabled={jobRO || !job.converted} >