mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: Tabular number of all money columns
This commit is contained in:
@@ -154,6 +154,7 @@ export function useVendorsCreditNoteTableColumns() {
|
||||
clickable: true,
|
||||
textOverview: true,
|
||||
disableSortBy: true,
|
||||
money: true,
|
||||
className: clsx(CLASSES.FONT_BOLD),
|
||||
},
|
||||
{
|
||||
|
||||
@@ -117,6 +117,7 @@ export function usePaymentMadesTableColumns() {
|
||||
className: 'amount',
|
||||
align: 'right',
|
||||
clickable: true,
|
||||
money: true,
|
||||
},
|
||||
{
|
||||
id: 'reference_no',
|
||||
|
||||
Reference in New Issue
Block a user