feat(Sales & Purchases ): add currency code in edit mode.

This commit is contained in:
elforjani13
2022-03-01 15:57:47 +02:00
parent 151e72a76d
commit 0923c69c16
23 changed files with 21 additions and 22 deletions

View File

@@ -22,7 +22,7 @@ export function ExchangeRateInputGroup({
<ExchangeFlagIcon countryCode={fromCountryCode} /> 1 {fromCurrency} =
</ExchangeRatePrepend>
<ExchangeRateField
allowDecimals={false}
allowDecimals={true}
allowNegativeValue={true}
{...inputGroupProps}
name={name}