Fix: Balance Sheet was not working

This commit is contained in:
tanshu 2018-06-14 16:39:13 +05:30
parent 7376779f3a
commit 08fedaa44d
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export class BalanceSheetComponent implements OnInit {
show() {
const info = this.getInfo();
this.router.navigate(['BalanceSheet' + info.date]);
this.router.navigate(['BalanceSheet', info.date]);
}
getInfo(): BalanceSheet {