shareneus 1.5.29 → 1.5.30
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.
|
@@ -243,6 +243,7 @@ function GetServicePriceForPriceList(service, priceList, equipment = null, quant
|
|
|
243
243
|
if (!service || !priceList) {
|
|
244
244
|
return service;
|
|
245
245
|
}
|
|
246
|
+
console.log(service, priceList, equipment, quantity);
|
|
246
247
|
const resolvedQty = Math.max(1, Number(quantity) || 1);
|
|
247
248
|
const warnings = [];
|
|
248
249
|
const priceListId = (_b = (_a = priceList === null || priceList === void 0 ? void 0 : priceList._id) === null || _a === void 0 ? void 0 : _a.toString) === null || _b === void 0 ? void 0 : _b.call(_a);
|