IO-792 Track lbr_adjustments and resolve errors on edit.
This commit is contained in:
@@ -50,14 +50,6 @@ export const QUERY_ALL_BILLS_PAGINATED = gql`
|
||||
id
|
||||
ro_number
|
||||
}
|
||||
billlines {
|
||||
actual_price
|
||||
quantity
|
||||
actual_cost
|
||||
cost_center
|
||||
id
|
||||
line_desc
|
||||
}
|
||||
}
|
||||
search_bills_aggregate(args: { search: $search }) {
|
||||
aggregate {
|
||||
@@ -129,6 +121,7 @@ export const QUERY_BILLS_BY_JOBID = gql`
|
||||
line_desc
|
||||
applicable_taxes
|
||||
deductedfromlbr
|
||||
lbr_adjustment
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -167,6 +160,7 @@ export const QUERY_BILL_BY_PK = gql`
|
||||
joblineid
|
||||
applicable_taxes
|
||||
deductedfromlbr
|
||||
lbr_adjustment
|
||||
}
|
||||
documents {
|
||||
id
|
||||
|
||||
Reference in New Issue
Block a user