Ability to delete job checklist IO-464
This commit is contained in:
@@ -235,7 +235,7 @@ function CalculateTaxesTotals(job, otherTotals) {
|
||||
if (!!!val.tax_part || !!!val.part_type || IsAdditionalCost(val)) {
|
||||
additionalItemsTax = additionalItemsTax.add(
|
||||
Dinero({ amount: Math.round((val.act_price || 0) * 100) })
|
||||
.multiply(val.value.part_qty || 0)
|
||||
.multiply(val.part_qty || 0)
|
||||
.percentage(
|
||||
(job.parts_tax_rates &&
|
||||
job.parts_tax_rates["PAN"] &&
|
||||
|
||||
Reference in New Issue
Block a user