QB PVRT updates IO-736
This commit is contained in:
@@ -284,7 +284,9 @@ const generateInvoiceQbxml = (jobs_by_pk, bodyshop) => {
|
|||||||
FullName: bodyshop.md_responsibility_centers.taxes.state.accountitem,
|
FullName: bodyshop.md_responsibility_centers.taxes.state.accountitem,
|
||||||
},
|
},
|
||||||
Desc: "PVRT",
|
Desc: "PVRT",
|
||||||
Amount: local_tax.toFormat(DineroQbFormat),
|
Amount: Dinero({ amount: (ca_bc_pvrt || 0) * 100 }).toFormat(
|
||||||
|
DineroQbFormat
|
||||||
|
),
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user