Bug 4200: Fixes adding a member to a routing list after filtering results.
Adds a hidden field for subscriptionid to the filter form. Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
fbd04fab63
commit
d2d2acd4a6
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ function add_member(subscriptionid,borrowernumber){
|
|||
<div id="yui-main">
|
||||
<div id="search" class="yui-g">
|
||||
<form action="<!--TMPL_VAR Name="actionname"-->" method="get">
|
||||
<input type="hidden" name="subscriptionid" id="subscriptionid" value="<!-- TMPL_VAR name="subscriptionid"-->" />
|
||||
<fieldset class="rows">
|
||||
<legend> Filter :</legend>
|
||||
<ol>
|
||||
|
|
Loading…
Reference in a new issue