feat(qucikpayment):fix currency code.

This commit is contained in:
elforjani13
2022-03-08 12:05:30 +02:00
parent e38b96c528
commit 4f630d8365
3 changed files with 16 additions and 5 deletions

View File

@@ -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}