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(
|
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
|
actual_delivery
|
||||||
scheduled_in
|
scheduled_in
|
||||||
actual_in
|
actual_in
|
||||||
|
ca_bc_pvrt
|
||||||
timetickets {
|
timetickets {
|
||||||
id
|
id
|
||||||
actualhrs
|
actualhrs
|
||||||
|
|||||||
Reference in New Issue
Block a user