mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: Mark more columns as money columns
This commit is contained in:
@@ -49,6 +49,7 @@ const percentageColumnAccessor = () => ({
|
||||
width: 140,
|
||||
textOverview: true,
|
||||
align: Align.Right,
|
||||
money: true
|
||||
});
|
||||
|
||||
/**
|
||||
@@ -61,6 +62,7 @@ const totalColumnAccessor = () => ({
|
||||
width: 140,
|
||||
textOverview: true,
|
||||
align: Align.Right,
|
||||
money: true
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user