@colijnit/sharedcomponents 259.1.26 → 259.1.27

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.
@@ -6590,12 +6590,11 @@
6590
6590
  return ((_a = this.stockLocations) === null || _a === void 0 ? void 0 : _a.find(function (location) { return location.locationNo === number; })) ? (_b = this.stockLocations) === null || _b === void 0 ? void 0 : _b.find(function (location) { return location.locationNo === number; }) : "";
6591
6591
  };
6592
6592
  StockLocationPopupComponent.prototype.locationChanged = function (event) {
6593
- var _a;
6594
6593
  this.selectedLocationNo = event.locationNo;
6595
6594
  this.selectedArticleDetailsData.locationNo = event.locationNo;
6596
- if (((_a = this.articleStockInfo) === null || _a === void 0 ? void 0 : _a.length) === 1) {
6597
- this.handleStockChange();
6598
- }
6595
+ //if (this.articleStockInfo?.length === 1) {
6596
+ // this.handleStockChange();
6597
+ //}
6599
6598
  this.getStockLocations();
6600
6599
  };
6601
6600
  StockLocationPopupComponent.prototype.handleStockChange = function () {