shareneus 1.4.87 → 1.4.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -545,7 +545,7 @@ class ROTotalsService {
545
545
  SubTotalWithTax = (0, aggregation_1.addition)(LaborTotalAfterDisc, PartsTotalAfterDisc, LaborTaxAmount, PartsTaxAmount);
546
546
  }
547
547
  else {
548
- SubTotalWithTax = (0, aggregation_1.addition)((0, aggregation_1.subtraction)(LaborTotalAfterDisc, dupRecordData.LDisc), (0, aggregation_1.subtraction)((0, aggregation_1.subtraction)(PartsTotalAfterDisc, dupRecordData.PDisc), dupRecordData.Disc));
548
+ SubTotalWithTax = (0, aggregation_1.addition)(LaborTotalAfterDisc, PartsTotalAfterDisc);
549
549
  }
550
550
  return SubTotalWithTax;
551
551
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.4.87",
3
+ "version": "1.4.88",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",