mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
refactor(TrialBalanceSheet).
This commit is contained in:
@@ -13,7 +13,7 @@ export const trialBalanceSheetReducer = (sheet) => {
|
||||
}
|
||||
if (sheet.total) {
|
||||
results.push({
|
||||
rowType: 'total',
|
||||
row_types: 'total',
|
||||
...sheet.total,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user