Fix fieldname for invoice view

This commit is contained in:
Lance Edgar 2023-02-20 18:56:16 -06:00
parent 18419fc861
commit 289b9dccf3

View file

@ -87,7 +87,7 @@ class ExportableInvoiceView(MasterView):
'supplies_amount',
'quickbooks_vendor_name',
'quickbooks_vendor_terms',
'quickbooks_vendor_bank_account',
'quickbooks_bank_account',
'quickbooks_export_template',
'status_code',
'status_text',