Allow bill posting on exported job IO-541
This commit is contained in:
@@ -193,7 +193,7 @@ export function JobsDetailHeaderActions({
|
||||
|
||||
<Menu.Item
|
||||
key="postbills"
|
||||
disabled={jobRO}
|
||||
disabled={!job.converted}
|
||||
onClick={() => {
|
||||
logImEXEvent("job_header_enter_bills");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user