Bug 6249: Can't order accepted suggestions
Order link was missing URL parameters. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
e7ea2ca4a3
commit
4770c531af
1 changed files with 2 additions and 2 deletions
|
@ -46,9 +46,9 @@
|
|||
</td>
|
||||
<td>
|
||||
[% IF ( suggestions_loo.biblionumber ) %]
|
||||
<a href="neworderempty.pl?booksellerid=[% suggestions_loo.supplierid %]&basketno=[% suggestions_loo.basketno %]&suggestionid=[% suggestions_loo.suggestionid %]&biblio=[% suggestions_loo.biblionumber %]" class="button">Order</a>
|
||||
<a href="neworderempty.pl?booksellerid=[% supplierid %]&basketno=[% basketno %]&suggestionid=[% suggestions_loo.suggestionid %]&biblio=[% suggestions_loo.biblionumber %]" class="button">Order</a>
|
||||
[% ELSE %]
|
||||
<a href="neworderempty.pl?booksellerid=[% suggestions_loo.supplierid %]&basketno=[% suggestions_loo.basketno %]&suggestionid=[% suggestions_loo.suggestionid %]" class="button">Order</a>
|
||||
<a href="neworderempty.pl?booksellerid=[% supplierid %]&basketno=[% basketno %]&suggestionid=[% suggestions_loo.suggestionid %]" class="button">Order</a>
|
||||
[% END %]
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in a new issue