mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
fix: payment receive and made.
This commit is contained in:
@@ -54,8 +54,7 @@ export const statusAccessor = (row) => {
|
||||
<T
|
||||
id={'day_partially_paid'}
|
||||
values={{
|
||||
due: round(row.due_amount, 2),
|
||||
currencySign: '$',
|
||||
due: <Money amount={row.due_amount} currency={'USD'} />,
|
||||
}}
|
||||
/>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user