projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ba176
)
Changed message for missing currency rate.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Fri, 17 Oct 2008 11:06:08 +0000
(11:06 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Fri, 17 Oct 2008 11:06:08 +0000
(11:06 +0000)
includes/banking.inc
patch
|
blob
|
history
diff --git
a/includes/banking.inc
b/includes/banking.inc
index 2c0fa94573c09cf2a0bcb3656741f73808f64d63..93fcb294333f7ed728924f6cc4727eeaf559feb9 100644
(file)
--- 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;
}