From 2f98f7e2e098eb99c8462335ac2c221433992042 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: 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 http://bugs.koha-community.org/show_bug.cgi?id=7113 --- .../prog/en/modules/acqui/lateorders.tt | 2 +- 1 files changed, 1 insertions(+), 1 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..e28f147 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/lateorders.tt @@ -109,7 +109,7 @@ $(document).ready(function() { [% lateorder.claimed_date %] [% UNLESS lateorder.budget_lock %] - + [% END %] -- 1.7.5.4