fix merge conflict.

This commit is contained in:
a.bouhuolia
2021-02-21 19:43:21 +02:00
parent 947e5ad33d
commit 1e3b8df702
8 changed files with 15 additions and 16 deletions

View File

@@ -197,7 +197,7 @@ export default createReducer(initialState, {
columns,
vendors,
total,
tableRows: APAgingSummaryTableRowsMapper({ vendors, columns, total }),
// tableRows: APAgingSummaryTableRowsMapper({ vendors, columns, total }),
};
state.payableAgingSummary.sheet = receivableSheet;
},