@seniorsistemas/yms-integration 1.39.0-b18a63fd-cce0-4144-98f4-dfcd1d6f5b8d → 1.39.0-f91ecbab-02b2-4fa0-803c-5027c0257424

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.
@@ -3400,17 +3400,15 @@
3400
3400
  this.verifyClienteExterno();
3401
3401
  this.getProcessTypeByScheduling();
3402
3402
  this.listDocuments(false);
3403
- if (!this.wmsSystem) {
3404
- this.wmsService.getSystemIntegration()
3405
- .subscribe(function (_a) {
3406
- var system = _a.system;
3407
- _this.wmsSystem = system;
3408
- if (_this.isWmsSeniorConnect()) {
3409
- _this.getYard();
3410
- _this.getSchedule();
3411
- }
3412
- });
3413
- }
3403
+ this.wmsService.getSystemIntegration()
3404
+ .subscribe(function (_a) {
3405
+ var system = _a.system;
3406
+ _this.wmsSystem = system;
3407
+ if (_this.isWmsSeniorConnect()) {
3408
+ _this.getYard();
3409
+ _this.getSchedule();
3410
+ }
3411
+ });
3414
3412
  };
3415
3413
  DocumentGridComponent.prototype.getYard = function () {
3416
3414
  var _this = this;