mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
Merge branch 'master' of https://github.com/abouolia/Ratteb
This commit is contained in:
@@ -180,7 +180,7 @@ export function useInvoicesTableColumns() {
|
||||
{
|
||||
id: 'balance',
|
||||
Header: formatMessage({ id: 'balance' }),
|
||||
accessor: (r) => <Money amount={r.balance} currency={'USD'} />,
|
||||
accessor: (r) => <Money amount={r.balance} currency={r.currency_code} />,
|
||||
width: 110,
|
||||
className: 'balance',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user