@hitsoft/e-donusum 1.0.69 → 1.0.70

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.
@@ -10539,7 +10539,7 @@ class HitInboundInvoiceComponent {
10539
10539
  buildFormForDocument() {
10540
10540
  console.log(this.branchesDataSource);
10541
10541
  this.formDocument = this.formBuilderForDocument.group({
10542
- selectedBranch: ""
10542
+ selectedBranch: this.branchesDataSource.filter(p => p.isMain)[0].code ?? ""
10543
10543
  });
10544
10544
  }
10545
10545
  openDraftForm(record) {