[Koha-patches] [PATCH 55/55] (bug #3798) fix changing request branch

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Wed Mar 10 22:26:37 CET 2010


From: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>

a variable was wrong in template.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>
---
 .../prog/en/modules/reserve/request.tmpl           |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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 0f06ec8..af29dae 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl
@@ -641,9 +641,9 @@ function checkMultiHold() {
           <select name="pickup">
       <!-- TMPL_LOOP Name="branchloop" -->
         <!-- TMPL_IF Name="selected" -->
-            <option value="<!-- TMPL_VAR NAME="value" -->" selected="selected">
+            <option value="<!-- TMPL_VAR NAME="branch" -->" selected="selected">
         <!-- TMPL_ELSE -->
-            <option value="<!-- TMPL_VAR NAME="value" -->">
+            <option value="<!-- TMPL_VAR NAME="branch" -->">
         <!-- /TMPL_IF -->
               <!-- TMPL_VAR NAME="branchname" -->
             </option>
-- 
1.6.3.3




More information about the Koha-patches mailing list