shareneus 1.4.87 → 1.4.89

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
  }
@@ -797,10 +797,10 @@ class PrintSharedService {
797
797
  }
798
798
  else {
799
799
  if (ShowDiscountColumn) {
800
- return [25, 230, 40, 70, 40, 40, 70];
800
+ return [25, 210, 40, 70, 40, 40, 70];
801
801
  }
802
802
  else {
803
- return [25, 325, 40, 60, 80];
803
+ return [25, 308, 40, 60, 80];
804
804
  }
805
805
  }
806
806
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.4.87",
3
+ "version": "1.4.89",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",