diff --git a/server/accounting/qbxml/qbxml-receivables.js b/server/accounting/qbxml/qbxml-receivables.js index f79132e85..39914b5df 100644 --- a/server/accounting/qbxml/qbxml-receivables.js +++ b/server/accounting/qbxml/qbxml-receivables.js @@ -284,7 +284,9 @@ const generateInvoiceQbxml = (jobs_by_pk, bodyshop) => { FullName: bodyshop.md_responsibility_centers.taxes.state.accountitem, }, Desc: "PVRT", - Amount: local_tax.toFormat(DineroQbFormat), + Amount: Dinero({ amount: (ca_bc_pvrt || 0) * 100 }).toFormat( + DineroQbFormat + ), }); }