Removed job close date. IO-629

This commit is contained in:
Patrick Fic
2021-02-08 11:36:09 -08:00
parent 1d091ac98d
commit 8ef2eac7e4
22 changed files with 1639 additions and 31 deletions

View File

@@ -297,7 +297,7 @@ const generateInvoiceQbxml = (jobs_by_pk, bodyshop) => {
? { ClassRef: { FullName: jobs_by_pk.class } }
: {}),
TxnDate: jobs_by_pk.date_closed,
TxnDate: jobs_by_pk.date_invoiced,
RefNumber: jobs_by_pk.ro_number,
BillAddress: {
Addr1: jobs_by_pk.ownr_addr1,

View File

@@ -46,7 +46,6 @@ query QUERY_JOBS_FOR_RECEIVABLES_EXPORT($ids: [uuid!]!) {
id
job_totals
date_invoiced
date_closed
ro_number
clm_total
clm_no