Modified render styles to improve printability

This commit is contained in:
Patrick Fic
2020-09-10 15:55:25 -07:00
parent a0bb07abfd
commit 984c001bd8
15 changed files with 187 additions and 92 deletions

View File

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