---
 .../prog/en/modules/circ/branchtransfers.tmpl      |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tmpl
index 594477b..e22bc7e 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tmpl
@@ -99,7 +99,11 @@
                 
                     <select name="tobranchcd" id="tobranchcd">
                         <!-- TMPL_LOOP Name="branchoptionloop" -->
-                            <option value="<!-- TMPL_VAR Name="code" -->" <!-- 
TMPL_VAR Name="selected" -->>
+                                               <!-- TMPL_IF NAME="selected" -->
+                            <option value="<!-- TMPL_VAR Name="code" -->" 
selected="selected">
+                                               <!-- TMPL_ELSE -->
+                            <option value="<!-- TMPL_VAR Name="code" -->">
+                                               <!-- /TMPL_IF -->
                                 <!-- TMPL_VAR Name="name" -->
                             </option>
                         <!-- /TMPL_LOOP -->
-- 
1.5.5.GIT

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to