Bug 8234: fixes date sort on 'Transfers to receive' page
Signed-off-by: Melia Meggs <melia@test.bywatersolutions.com> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
205993cf65
commit
eaa3c6f9c9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ $.tablesorter.addParser({
|
|||
$(document).ready(function() {
|
||||
[% FOREACH branchesloo IN branchesloop %]
|
||||
$.tablesorter.defaults.widgets = ['zebra'];
|
||||
$("#transferst[% branchesloo.branchcode %]").tablesorter({[% IF ( branchesloo.dateformat_metric ) %]
|
||||
$("#transferst[% branchesloo.branchcode %]").tablesorter({[% IF ( dateformat_metric ) %]
|
||||
dateFormat: 'uk',[% END %]
|
||||
sortList: [[0,0]],
|
||||
headers: { 1: { sorter: 'articles' }}
|
||||
|
|
Loading…
Reference in a new issue