IO-1383 Include PVRT on export.

This commit is contained in:
Patrick Fic
2021-11-29 15:37:49 -08:00
parent 673654a9b7
commit d4572a2d36
2 changed files with 2 additions and 1 deletions

View File

@@ -192,7 +192,7 @@ exports.default = async function (socket, jobid) {
// );
taxAllocations.state.sale = taxAllocations.state.sale.add(
Dinero({ amount: (ca_bc_pvrt || 0) * 100 })
Dinero({ amount: Math.round((ca_bc_pvrt || 0) * 100) })
);
}