@hitsoft/e-donusum 1.0.77 → 1.0.78

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.
@@ -10433,10 +10433,9 @@ class HitInboundInvoiceComponent {
10433
10433
  this.partnerAvailableStates = [];
10434
10434
  }
10435
10435
  buildFormForDocument() {
10436
- var _a;
10437
- console.log(this.branchesDataSource);
10436
+ var _a, _b;
10438
10437
  this.formDocument = this.formBuilderForDocument.group({
10439
- selectedBranch: (_a = this.branchesDataSource.filter(p => p.isMain)[0].code) !== null && _a !== void 0 ? _a : ""
10438
+ selectedBranch: (_b = (_a = this.branchesDataSource) === null || _a === void 0 ? void 0 : _a.filter(p => p.isMain)[0].code) !== null && _b !== void 0 ? _b : ""
10440
10439
  });
10441
10440
  }
10442
10441
  openDraftForm(record) {