From d15700748c172a474e7d68cf15773875c494d5dd Mon Sep 17 00:00:00 2001 From: Patrick Nagurny Date: Tue, 27 Nov 2018 17:14:44 -0500 Subject: [PATCH] fix --- src/app/transaction/new.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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