IO-1297 Adjust Job Costing after Invoicing
This commit is contained in:
@@ -751,6 +751,7 @@ exports.QUERY_JOB_COSTING_DETAILS = ` query QUERY_JOB_COSTING_DETAILS($id: uuid!
|
||||
ca_customer_gst
|
||||
joblines(where: { removed: { _eq: false } }) {
|
||||
id
|
||||
db_ref
|
||||
unq_seq
|
||||
line_ind
|
||||
tax_part
|
||||
@@ -852,6 +853,7 @@ exports.QUERY_JOB_COSTING_DETAILS_MULTI = ` query QUERY_JOB_COSTING_DETAILS_MULT
|
||||
ca_customer_gst
|
||||
joblines(where: {removed: {_eq: false}}) {
|
||||
id
|
||||
db_ref
|
||||
unq_seq
|
||||
line_ind
|
||||
tax_part
|
||||
|
||||
Reference in New Issue
Block a user