mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: add credited_amount & calculate remaining.
This commit is contained in:
@@ -64,7 +64,7 @@ export const statusAccessor = (row) => {
|
||||
animate={false}
|
||||
stripes={false}
|
||||
intent={Intent.PRIMARY}
|
||||
value={calculateStatus(row.payment_amount, row.balance)}
|
||||
value={calculateStatus(row.credited_amount, row.balance)}
|
||||
/>
|
||||
</If>
|
||||
</Choose.When>
|
||||
|
||||
Reference in New Issue
Block a user