From 554527f17d74e125a475e794c670dbc4c965c865 Mon Sep 17 00:00:00 2001 From: "a.bouhuolia" Date: Wed, 16 Feb 2022 18:47:36 +0200 Subject: [PATCH] fix(VendorTransaction): column accessor/id. --- .../FinancialStatements/VendorsTransactions/components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/FinancialStatements/VendorsTransactions/components.js b/src/containers/FinancialStatements/VendorsTransactions/components.js index cfc6586d2..3fb882d7a 100644 --- a/src/containers/FinancialStatements/VendorsTransactions/components.js +++ b/src/containers/FinancialStatements/VendorsTransactions/components.js @@ -18,7 +18,7 @@ export const useVendorsTransactionsColumns = () => { () => [ { Header: intl.get('vendor_name'), - accessor: 'cells[1].value', + accessor: 'cells[0].value', className: 'vendor_name', }, {