refactor(TrialBalanceSheet).

This commit is contained in:
a.bouhuolia
2022-02-12 12:53:23 +02:00
parent 526181aa68
commit b9418d3eb6
4 changed files with 78 additions and 45 deletions

View File

@@ -13,7 +13,7 @@ export const trialBalanceSheetReducer = (sheet) => {
}
if (sheet.total) {
results.push({
rowType: 'total',
row_types: 'total',
...sheet.total,
});
}