@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.
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +2 -3
- package/fesm2015/hitsoft-e-donusum.mjs +2 -3
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs +1 -2
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -10570,9 +10570,8 @@ class HitInboundInvoiceComponent {
|
|
|
10570
10570
|
this.partnerAvailableStates = [];
|
|
10571
10571
|
}
|
|
10572
10572
|
buildFormForDocument() {
|
|
10573
|
-
console.log(this.branchesDataSource);
|
|
10574
10573
|
this.formDocument = this.formBuilderForDocument.group({
|
|
10575
|
-
selectedBranch: this.branchesDataSource
|
|
10574
|
+
selectedBranch: this.branchesDataSource?.filter(p => p.isMain)[0].code ?? ""
|
|
10576
10575
|
});
|
|
10577
10576
|
}
|
|
10578
10577
|
openDraftForm(record) {
|