fix(webapp): update condition of customer opening balance

This commit is contained in:
Ahmed Bouhuolia
2023-06-11 20:09:51 +02:00
parent 728729094a
commit 6a72594faf
2 changed files with 21 additions and 2 deletions

View File

@@ -141,6 +141,7 @@ function CustomerOpeningBalanceField() {
inline={true}
shouldUpdate={openingBalanceFieldShouldUpdate}
shouldUpdateDeps={{ currencyCode: values.currency_code }}
fastField={true}
>
<ControlGroup>
<InputPrependText text={values.currency_code} />