diff --git a/src/app/transaction/new.ts b/src/app/transaction/new.ts index 180aacc..f2df285 100644 --- a/src/app/transaction/new.ts +++ b/src/app/transaction/new.ts @@ -43,7 +43,7 @@ export class NewTransactionPage { public paymentAccountsAll: any[] = []; public assetAccountsAll: any[] = []; public openingBalances: Account; - private accountTree: AccountTree; + public accountTree: AccountTree; public accountMap: any; @ViewChild('acc') acc: any; @ViewChild('amount') amount: ElementRef