mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix(VendorTransaction): column accessor/id.
This commit is contained in:
@@ -18,7 +18,7 @@ export const useVendorsTransactionsColumns = () => {
|
||||
() => [
|
||||
{
|
||||
Header: intl.get('vendor_name'),
|
||||
accessor: 'cells[1].value',
|
||||
accessor: 'cells[0].value',
|
||||
className: 'vendor_name',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user