Merge branch 'feature/IO-2278-parts-dispatching' into feature/payroll
This commit is contained in:
@@ -725,6 +725,14 @@ export const GET_JOB_BY_PK = gql`
|
||||
ah_detail_line
|
||||
act_price_before_ppc
|
||||
critical
|
||||
parts_dispatch_lines(limit: 1, order_by: { accepted_at: desc }) {
|
||||
id
|
||||
accepted_at
|
||||
parts_dispatch {
|
||||
id
|
||||
employeeid
|
||||
}
|
||||
}
|
||||
billlines(limit: 1, order_by: { bill: { date: desc } }) {
|
||||
id
|
||||
quantity
|
||||
|
||||
Reference in New Issue
Block a user