From 6f3c975ca86be330200a5674c070fd8abc538a1a Mon Sep 17 00:00:00 2001 From: Karl Menzies Date: Fri, 25 Jul 2014 15:59:29 +1200 Subject: [PATCH] BUG: 2889 template aqbasketusersearch add loop.odd To Test 1/ In Acquisitions > Create a test Budget 2/ In the Budget > Create at least three Test Funds 3/ Create at least three Users who use the fund 4/ Select Search for Basket User 5/ In the Table results list see the list of users and see the alternate table highlighting 6/ Apply the patch 7/ Refresh the Search for Basket User results window 8/ In the Table results list see the list of users and see the alternate table highlighting in place 9/ Bug fixed Signed-off-by: Nick Clemens --- .../prog/en/modules/acqui/aqbasketuser_search.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/aqbasketuser_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/aqbasketuser_search.tt index 91ca764..e5a1240 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/aqbasketuser_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/aqbasketuser_search.tt @@ -56,7 +56,7 @@ [% FOREACH user IN users_loop %] - [% IF ( user.toggle ) %] + [% IF ( loop.odd ) %] [% ELSE %] -- 1.7.2.5