Resolved issue with tech time clock. [ci skip]
This commit is contained in:
24409
client/package-lock.json
generated
24409
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -66,7 +66,7 @@ export function JobsDetailLaborContainer({
|
|||||||
timetickets={timetickets}
|
timetickets={timetickets}
|
||||||
refetch={refetch}
|
refetch={refetch}
|
||||||
techConsole={techConsole}
|
techConsole={techConsole}
|
||||||
disabled={jobRO || !job.converted}
|
disabled={jobRO || (job && !job.converted)}
|
||||||
jobId={jobId}
|
jobId={jobId}
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
|
|||||||
@@ -45,6 +45,7 @@ export const GET_LINE_TICKET_BY_PK = gql`
|
|||||||
jobs_by_pk(id: $id) {
|
jobs_by_pk(id: $id) {
|
||||||
id
|
id
|
||||||
lbr_adjustments
|
lbr_adjustments
|
||||||
|
converted
|
||||||
}
|
}
|
||||||
joblines(where: { jobid: { _eq: $id }, removed: { _eq: false } }) {
|
joblines(where: { jobid: { _eq: $id }, removed: { _eq: false } }) {
|
||||||
id
|
id
|
||||||
|
|||||||
4225
client/yarn.lock
4225
client/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user