This commit is contained in:
Patrick Nagurny
2018-11-27 17:14:44 -05:00
parent 947c9b34e0
commit d15700748c

View File

@@ -43,7 +43,7 @@ export class NewTransactionPage {
public paymentAccountsAll: any[] = []; public paymentAccountsAll: any[] = [];
public assetAccountsAll: any[] = []; public assetAccountsAll: any[] = [];
public openingBalances: Account; public openingBalances: Account;
private accountTree: AccountTree; public accountTree: AccountTree;
public accountMap: any; public accountMap: any;
@ViewChild('acc') acc: any; @ViewChild('acc') acc: any;
@ViewChild('amount') amount: ElementRef @ViewChild('amount') amount: ElementRef