From 0b961c0ae0dd03be18301852be37f7173be87856 Mon Sep 17 00:00:00 2001 From: "ruth@bywatersolutions.com" Date: Sun, 20 Feb 2011 18:24:38 -0500 Subject: [PATCH] Bug 5805: Having items in-transit can cause derangement of the hold list If you have a list of holds on a biblio, and one or more are in-transit, then the array that is fed to modrequest.pl is not fully-populated, lacking the branch on the in-transit rows. If you then attempt to edit one of the remaining holds' pickup location, it doesn't modify the one you expect, but ones *above* that. Also, holds at the bottom of the list get the first pickup library in the list, since they are getting undef passed in. Signed-off-by: Nicole C. Engard Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl index 58a5ad9650..53ff7b7eb4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl @@ -639,7 +639,7 @@ function checkMultiHold() { Item waiting at " /> - Waiting to be pulled + Waiting to be pulled " /> Item being transferred to " /> -- 2.39.5