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