X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fbanking.inc;fp=includes%2Fbanking.inc;h=5e5f346e0fe3f009d2732bda43101cb78a7edbc3;hb=a387aacce51b254d1091fddee2132af76e65bfc5;hp=d3ca75bd5c4295992b88f4b270a21e47ece046a3;hpb=c2d3d993002952cb3f689f72112114a467b8967a;p=fa-stable.git diff --git a/includes/banking.inc b/includes/banking.inc index d3ca75bd..5e5f346e 100644 --- a/includes/banking.inc +++ b/includes/banking.inc @@ -85,6 +85,7 @@ function get_exchange_rate_from_home_currency($currency_code, $date_) if (db_num_rows($result) == 0) { // no stored exchange rate, just return 1 + display_error(_("Cannot get exchange rate for this currency. Please add exchange rate manually on Exchange Rates page.") ); return 1.000; }