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

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Fri Nov 20 15:59:17 CET 2009


a variable was wrong in template.
---
 .../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 7218538..6b72b88 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tmpl
@@ -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>
-- 
1.6.3.3




More information about the Koha-patches mailing list