Merge branch 'develop'

This commit is contained in:
Hillel Coren 2023-11-12 10:14:29 +02:00
commit bd8964f183
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class _PaymentEditState extends State<PaymentEdit> {
_showConvertCurrency =
payment.exchangeRate != 1 && payment.exchangeRate != 0;
final state = widget.viewModel.state;
if (state.company.convertExpenseCurrency) {
if (state.company.convertPaymentCurrency) {
_showConvertCurrency = true;
}