shareneus 1.4.23 → 1.4.24

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.
@@ -297,7 +297,7 @@ class PosReceiptPrintService {
297
297
  // let OveralDisc: number = TrUtils.SetValueToZeroIfNull(Number(InvoicePDFData.Disc)) +
298
298
  // TrUtils.SetValueToZeroIfNull(Number(InvoicePDFData.CustPartsDiscTotal));
299
299
  // console.log(InvoicePDFData.Disc,InvoicePDFData.CustPartsDiscTotal);
300
- return tr_utils_1.TrUtils.FixPriceValue(Number(InvoicePDFData.FixedDisc));
300
+ return tr_utils_1.TrUtils.FixPriceValue(Number(InvoicePDFData.CustPartsDiscTotal));
301
301
  }
302
302
  static CustomerAndVehicleDetailsAfterLine(size) {
303
303
  let length = 575;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.4.23",
3
+ "version": "1.4.24",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",