From 5610087eca463bcc494726ea82b8f3203fe9dba4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 27 Jan 2012 08:29:46 +0100 Subject: [PATCH] Bug 7133: Late orders don't allow to select more than one order 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 Signed-off-by: Paul Poulain --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt | 4 ++-- 1 file 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 06c01b8823..cdb871122f 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 %] -- 2.39.2