Allow bill posting on exported job IO-541

This commit is contained in:
Patrick Fic
2021-01-20 10:54:08 -08:00
parent cb503e392f
commit bb51d510cd

View File

@@ -193,7 +193,7 @@ export function JobsDetailHeaderActions({
<Menu.Item
key="postbills"
disabled={jobRO}
disabled={!job.converted}
onClick={() => {
logImEXEvent("job_header_enter_bills");