[Koha-bugs] [Bug 4078] Display active currency symbol on currency output and input

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 6 13:09:05 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4078

--- Comment #6 from Marc Véron <veron at veron.ch> ---
Hi Katrin,

I expect that GetCurrency() would be used in a context like proposed by Paul
Poluain in Comment 3, i.e. it would be the template that does the formatting.

GetCurency() returns an aray resulting form a select * statement, you simply
could use $active_currency->{format} along with the existing
$active_currency->{currency}

The same with the result of GetCurrencies()
(but it seems that it is currently only used to get the rates).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list