19 Feb
2013
19 Feb
'13
5:03 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9458 --- Comment #17 from Kyle M Hall <kyle@bywatersolutions.com> ---
There is an issue about arrows: [% IF direction == 'asc' %][% direction = 'desc' %][% ELSE %][% direction = 'asc' %][% END %]
So there is an inversion on them. When the 'asc' is needed, the desc.gif is displayed.
Good catch! Fixed in this new replacement followup! -- You are receiving this mail because: You are watching all bug changes.