Allow time ticket entry for RO jobs IO-741
This commit is contained in:
@@ -27,11 +27,7 @@ export function JobsDetailLaborContainer({
|
||||
return (
|
||||
<div>
|
||||
{techConsole ? null : (
|
||||
<TimeTicketEnterButton
|
||||
disabled={jobRO}
|
||||
actions={{ refetch }}
|
||||
context={{ jobId: jobId }}
|
||||
>
|
||||
<TimeTicketEnterButton actions={{ refetch }} context={{ jobId: jobId }}>
|
||||
{t("timetickets.actions.enter")}
|
||||
</TimeTicketEnterButton>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user