@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.
@@ -3341,17 +3341,15 @@ var DocumentGridComponent = /** @class */ (function () {
3341
3341
  this.verifyClienteExterno();
3342
3342
  this.getProcessTypeByScheduling();
3343
3343
  this.listDocuments(false);
3344
- if (!this.wmsSystem) {
3345
- this.wmsService.getSystemIntegration()
3346
- .subscribe(function (_a) {
3347
- var system = _a.system;
3348
- _this.wmsSystem = system;
3349
- if (_this.isWmsSeniorConnect()) {
3350
- _this.getYard();
3351
- _this.getSchedule();
3352
- }
3353
- });
3354
- }
3344
+ this.wmsService.getSystemIntegration()
3345
+ .subscribe(function (_a) {
3346
+ var system = _a.system;
3347
+ _this.wmsSystem = system;
3348
+ if (_this.isWmsSeniorConnect()) {
3349
+ _this.getYard();
3350
+ _this.getSchedule();
3351
+ }
3352
+ });
3355
3353
  };
3356
3354
  DocumentGridComponent.prototype.getYard = function () {
3357
3355
  var _this = this;