mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: add status & opened alert in credit & vendor.
This commit is contained in:
@@ -31,8 +31,8 @@ function RefundVendorCreditFormProvider({
|
||||
// State provider.
|
||||
const provider = {
|
||||
vendorCredit: {
|
||||
...pick(vendorCredit, ['id', 'formatted_amount', 'currency_code']),
|
||||
amount: vendorCredit.formatted_amount,
|
||||
...pick(vendorCredit, ['id', 'credits_remaining', 'currency_code']),
|
||||
amount: vendorCredit.credits_remaining,
|
||||
},
|
||||
accounts,
|
||||
dialogName,
|
||||
|
||||
Reference in New Issue
Block a user