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