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

View File

@@ -1254,6 +1254,7 @@ exports.GET_CDK_ALLOCATIONS = `query QUERY_JOB_CLOSE_DETAILS($id: uuid!) {
actual_delivery
scheduled_in
actual_in
ca_bc_pvrt
timetickets {
id
actualhrs