Bug 8716 - make the routing list reordering function work
Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
parent
3a4e1a5211
commit
150b917685
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ function search_member(subscriptionid){
|
|||
[% FOREACH member IN m_loop %]
|
||||
<tr><td>[% member.name %]</td>
|
||||
<td>
|
||||
<select name="itemrank" onchange="reorder_item([%- subscriptionid -%], [%- member.routingid -%], this.option[this.selectedIndex].value)">
|
||||
<select name="itemrank" onchange="reorder_item([%- subscriptionid -%], [%- member.routingid -%], this.value)">
|
||||
[% rankings = [1 .. m_loop.size] %]
|
||||
[% FOREACH r IN rankings %]
|
||||
[% IF r == member.ranking %]
|
||||
|
|
Loading…
Reference in a new issue