Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
hillelcoren committed Nov 12, 2023
2 parents 47ac36a + ba34b14 commit bd8964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/payment/edit/payment_edit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit bd8964f

Please sign in to comment.