X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fbanking.inc;h=93fcb294333f7ed728924f6cc4727eeaf559feb9;hb=c5ea8220cbcdc1c60fdf60d9a045ae3eada78041;hp=2c0fa94573c09cf2a0bcb3656741f73808f64d63;hpb=f12dbe7523bb1abc6cd69b009ef8f0be838f5348;p=fa-stable.git diff --git a/includes/banking.inc b/includes/banking.inc index 2c0fa945..93fcb294 100644 --- a/includes/banking.inc +++ b/includes/banking.inc @@ -85,7 +85,9 @@ 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 retrieve currency exchange rate for this date. Please add exchange rate manually on Exchange Rates page.") ); + display_error( + sprintf(_("Cannot retrieve exchange rate for currency %s as of %s. Please add exchange rate manually on Exchange Rates page."), + $currency_code, $date_)); return 1.000; }