(bug #3798) fix changing request branch
a variable was wrong in template. Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com> Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
59a6072c77
commit
ad01b57bcc
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue