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

Galen Charlton <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #8 from Galen Charlton <[email protected]> ---
Bugs 10792 and 10929 are somewhat related, as they touch on the general problem
of  displaying monetary amounts.

Jonathan's follow-up patch bandaids the situation, but would become awkward if
(say) the currency symbol started being displayed in the table.

The approach I'm proposing in my WIP branch for bug 10929 would instead just
pass the numeric currency amount to the template and rely on TT filters to
format it for display.  This, in turn, would mean that rather than having to
use delicate regexes to see if an amount is zero, the template could simply do
a numeric test.

I'll probably push the patches for this bug as is, but slap a FIXME on them, as
the currency formatting revamp will simplify the template logic.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to