Fix: Balance Sheet was not working
This commit is contained in:
parent
7376779f3a
commit
08fedaa44d
@ -43,7 +43,7 @@ export class BalanceSheetComponent implements OnInit {
|
|||||||
|
|
||||||
show() {
|
show() {
|
||||||
const info = this.getInfo();
|
const info = this.getInfo();
|
||||||
this.router.navigate(['BalanceSheet' + info.date]);
|
this.router.navigate(['BalanceSheet', info.date]);
|
||||||
}
|
}
|
||||||
|
|
||||||
getInfo(): BalanceSheet {
|
getInfo(): BalanceSheet {
|
||||||
|
Loading…
Reference in New Issue
Block a user