Fix: Balance Sheet and Trial Balance would not update when changing date.
This commit is contained in:
@@ -36,8 +36,8 @@ export class TrialBalanceComponent implements OnInit {
|
||||
this.form.setValue({
|
||||
date: moment(this.info.date, 'DD-MMM-YYYY').toDate(),
|
||||
});
|
||||
this.dataSource = new TrialBalanceDataSource(this.info.body, this.paginator, this.sort);
|
||||
});
|
||||
this.dataSource = new TrialBalanceDataSource(this.info.body, this.paginator, this.sort);
|
||||
}
|
||||
|
||||
show() {
|
||||
|
||||
Reference in New Issue
Block a user