@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
|
@@ -10400,9 +10400,10 @@ class HitInboundInvoiceComponent {
|
|
|
10400
10400
|
this.partnerAvailableStates = [];
|
|
10401
10401
|
}
|
|
10402
10402
|
buildFormForDocument() {
|
|
10403
|
+
var _a;
|
|
10403
10404
|
console.log(this.branchesDataSource);
|
|
10404
10405
|
this.formDocument = this.formBuilderForDocument.group({
|
|
10405
|
-
selectedBranch: ""
|
|
10406
|
+
selectedBranch: (_a = this.branchesDataSource.filter(p => p.isMain)[0].code) !== null && _a !== void 0 ? _a : ""
|
|
10406
10407
|
});
|
|
10407
10408
|
}
|
|
10408
10409
|
openDraftForm(record) {
|