IO-1383 Include PVRT on export.
This commit is contained in:
@@ -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) })
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user