Resolved issue with tech time clock. [ci skip]
This commit is contained in:
@@ -66,7 +66,7 @@ export function JobsDetailLaborContainer({
|
||||
timetickets={timetickets}
|
||||
refetch={refetch}
|
||||
techConsole={techConsole}
|
||||
disabled={jobRO || !job.converted}
|
||||
disabled={jobRO || (job && !job.converted)}
|
||||
jobId={jobId}
|
||||
/>
|
||||
</Col>
|
||||
|
||||
Reference in New Issue
Block a user