bug fix : rank request of reserves by biblio is correct .
now we can reserve with items, and biblios with rank-request .
This commit is contained in:
parent
17ed65580b
commit
fb1d7c3a18
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ if (alreadyreserved > "0"){
|
|||
<tr>
|
||||
<th><label for="priority">Priority</label></th>
|
||||
<td>
|
||||
<select name="priority">
|
||||
<select name="rank-request">
|
||||
<!-- TMPL_LOOP Name="optionloop" -->
|
||||
<!-- TMPL_IF Name="selected" -->
|
||||
<option value="<!-- TMPL_VAR NAME="num" -->" selected="selected"><!-- TMPL_VAR NAME="num" --></option>
|
||||
|
|
Loading…
Reference in a new issue