From 6688237c454f511d27f67e9c889e98b977eb2b89 Mon Sep 17 00:00:00 2001 From: Fridolyn SOMERS Date: Thu, 21 Feb 2013 15:55:11 +0100 Subject: [PATCH] [SIGNED-OFF] Bug 9685: Allow sort baskets by number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" In acqui/booksellers.pl, first column of baskets tables is "name (#number)". This allows to sort by name but not by numnber. This patch splits acutal first column into 2 columns number and name to allow sorting on number. Test plan: Look at page and use sorting on name and n° columns. Signed-off-by: Owen Leonard --- .../prog/en/modules/acqui/booksellers.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt index b0e4549..17536b3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt @@ -85,7 +85,8 @@ $(document).ready(function() { - + + @@ -101,7 +102,8 @@ $(document).ready(function() { [% ELSE %] [% END %] - + + -- 1.7.9.5
Basket (#)Name Item count Biblio count Items expected
[% basket.basketname %] (#[% basket.basketno %])[% basket.basketno %][% basket.basketname %] [% basket.total_items %] [% basket.total_biblios %] [% basket.expected_items %]