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