mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
BIG-9: fix estimates sorting by customer column.
BIG-10: fix invoices sorting by balance column.
This commit is contained in:
@@ -189,11 +189,9 @@ export function useInvoicesTableColumns() {
|
||||
clickable: true,
|
||||
},
|
||||
{
|
||||
id: 'balance',
|
||||
id: 'amount',
|
||||
Header: intl.get('balance'),
|
||||
accessor: (r) => (
|
||||
<Money amount={r.balance} currency={r.currency_code} />
|
||||
),
|
||||
accessor: 'formatted_amount',
|
||||
width: 120,
|
||||
className: 'balance',
|
||||
clickable: true,
|
||||
|
||||
Reference in New Issue
Block a user