mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
feat(qucikpayment):fix currency code.
This commit is contained in:
@@ -161,7 +161,7 @@ function QuickPaymentReceiveFormFields({
|
||||
{/*------------ exchange rate -----------*/}
|
||||
<ExchangeRateMutedField
|
||||
name={'exchange_rate'}
|
||||
fromCurrency={baseCurrency}
|
||||
fromCurrency={base_currency}
|
||||
toCurrency={values.currency_code}
|
||||
formGroupProps={{ label: '', inline: false }}
|
||||
date={values.payment_date}
|
||||
|
||||
Reference in New Issue
Block a user