mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
feat(webapp): wip tax rates management
This commit is contained in:
@@ -225,8 +225,8 @@ export function useInvoicesTableColumns() {
|
||||
},
|
||||
{
|
||||
id: 'amount',
|
||||
Header: intl.get('balance'),
|
||||
accessor: 'formatted_amount',
|
||||
Header: intl.get('amount'),
|
||||
accessor: 'total_formatted',
|
||||
width: 120,
|
||||
align: 'right',
|
||||
clickable: true,
|
||||
|
||||
Reference in New Issue
Block a user