[Koha-bugs] [Bug 8234] Dates are not well sorted on Transfers to receive

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 15 16:08:40 CEST 2012


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

--- Comment #2 from Adrien SAURAT <adrien.saurat at biblibre.com> ---
But shouldn't this MM/DD/YY way of writing dates be the US format?

In fact, it looks like the case was supposed to be handled (there's a IF
checking for metric format), but it doesn't work well.

$("#transferst[% branchesloo.branchcode %]").tablesorter({[% IF (
branchesloo.dateformat_metric ) %]
        dateFormat: 'uk',[% END %]
        sortList: [[0,0]],
        headers: { 1: { sorter: 'articles' }}
    });

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


More information about the Koha-bugs mailing list