From 1a79a145193aa8dd9a8b8e379e223ec6fce6a73c Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 27 Jan 2012 08:29:46 +0100 Subject: [PATCH 2/2] [SIGNED-OFF] Bug 7133: Late orders don't allow to select more than one order Content-Type: text/plain; charset="utf-8" To test: Fix selection of orders from vendors 1) Make sure you have at least 2 late orders each for 2 different vendors 2) Filter list to show only late orders of one vendor 3) Use Check all/Uncheck all 4) Select more than 1 order manually 5) Remove filter on vendor, show all late orders 6) When checking an order from one vendor, checkboxes for other vendors get blocked 7) Check you can select all late orders for one vendor Display fix: show vendor id in first column instead of () 1) Veryfy first column of table looks something like: (2) 19/01/2012 (8 days) and has no empty () http://bugs.koha-community.org/show_bug.cgi?id=7113 Signed-off-by: Owen Leonard --- .../prog/en/modules/acqui/lateorders.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt index 06c01b8..cdb8711 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt @@ -76,7 +76,7 @@ $(document).ready(function() { [% UNLESS ( loop.odd ) %] [% ELSE %][% END %] - ([% lateorder.booksellerid %]) + ([% lateorder.supplierid %]) [% lateorder.orderdate %] ([% lateorder.latesince %] days) @@ -109,7 +109,7 @@ $(document).ready(function() { [% lateorder.claimed_date %] [% UNLESS lateorder.budget_lock %] - + [% END %] -- 1.7.3