@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.
- package/esm2020/lib/components/hit-inbound-invoices/hit-inbound-invoice.component.mjs +2 -2
- package/fesm2015/hitsoft-e-donusum.mjs +2 -1
- package/fesm2015/hitsoft-e-donusum.mjs.map +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs +1 -1
- package/fesm2020/hitsoft-e-donusum.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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) {
|