Modified render styles to improve printability
This commit is contained in:
@@ -41,7 +41,6 @@ function CalculateAdditional(job) {
|
||||
jl.lbr_op === "OP15"
|
||||
)
|
||||
.reduce((acc, val) => {
|
||||
console.log("val", val);
|
||||
return acc.add(
|
||||
Dinero({ amount: Math.round((val.act_price || 0) * 100) })
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user