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) })
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user