Skip to content

Commit

Permalink
Bug 6320 Generate Next button doesn't generate next issue
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
  • Loading branch information
fredericd authored and ranginui committed May 10, 2011
1 parent 9773c74 commit c92f9de
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -247,7 +247,7 @@ $(document).ready(function() {
</tr>
[% END %]
</table>
<p><input type="submit" value="Edit serials" />&nbsp;<input type="button" value="Generate Next" onclick="javascript:generateNext([% year.subscriptionidlist %])" /></p>
<p><input type="submit" value="Edit serials" />&nbsp;<input type="button" value="Generate Next" onclick="javascript:generateNext([% subscriptionidlist %])" /></p>
</div>
[% END %]
<input type="hidden" name="subscriptionid" value="[% subscriptionidlist %]" />
Expand Down

0 comments on commit c92f9de

Please sign in to comment.