QB PVRT updates IO-736

This commit is contained in:
Patrick Fic
2021-03-03 15:57:11 -08:00
parent 574f8bab89
commit 4ee71c69d8

View File

@@ -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
),
});
}