(bug #3798) fix changing request branch
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Fri, 20 Nov 2009 14:58:43 +0000 (15:58 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Mon, 23 Nov 2009 09:32:04 +0000 (10:32 +0100)
a variable was wrong in template.

koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl

index 7218538..6b72b88 100644 (file)
@@ -341,9 +341,9 @@ if (alreadyreserved > "0"){
           <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>