Skip to content

Commit

Permalink
Fixed wrong exchange rate when creating a new forex delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Jun 28, 2016
1 parent 7313176 commit 26f6d39
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -119,5 +119,7 @@ public void setTransactionCurrency(CurrencyUnit currency)
getExchangeRateCurrencies());
firePropertyChange(Properties.inverseExchangeRateCurrencies.name(), oldInverseExchangeRateCurrencies,
getInverseExchangeRateCurrencies());

updateExchangeRate();
}
}

0 comments on commit 26f6d39

Please sign in to comment.