@colijnit/sharedcomponents 260.1.18 → 260.1.19

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.
@@ -6614,12 +6614,11 @@
6614
6614
  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; }) : "";
6615
6615
  };
6616
6616
  StockLocationPopupComponent.prototype.locationChanged = function (event) {
6617
- var _a;
6618
6617
  this.selectedLocationNo = event.locationNo;
6619
6618
  this.selectedArticleDetailsData.locationNo = event.locationNo;
6620
- if (((_a = this.articleStockInfo) === null || _a === void 0 ? void 0 : _a.length) === 1) {
6621
- this.handleStockChange();
6622
- }
6619
+ //if (this.articleStockInfo?.length === 1) {
6620
+ // this.handleStockChange();
6621
+ //}
6623
6622
  this.getStockLocations();
6624
6623
  };
6625
6624
  StockLocationPopupComponent.prototype.handleStockChange = function () {