orderreceive cleanup
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / acqui / orderreceive.tmpl
index 9a5fa44..4e4605b 100644 (file)
@@ -52,9 +52,9 @@ fieldset.rows .itemblock fieldset.action { padding:.5em; }
         <input type="text" size="20" name="barcode" id="barcode1" value="<!-- TMPL_VAR NAME="barcode" -->" /></li>
     <li> <label for="homebranch1">Home library: </label>
             <select name="homebranch" id="homebranch1">            <!-- TMPL_LOOP name="branchloop" -->
-                <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="description" --></option>
+                <!-- TMPL_IF NAME="selected" --><option value="<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="branchname" --></option>
                 <!-- TMPL_ELSE -->
-                <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="description" --></option>
+                <option value="<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="branchname" --></option>
                 <!-- /TMPL_IF -->
             <!-- /TMPL_LOOP -->
             </select></li>