From dfca222fef9296a3ae4dd73968cd7e6db2c79ddc Mon Sep 17 00:00:00 2001 From: Katrin Fischer <Katrin.Fischer.83@web.de> Date: Thu, 21 Apr 2011 23:54:39 +0200 Subject: [PATCH] Bug 6249: Can't order accepted suggestions Content-Type: text/plain; charset="utf-8" Order link was missing URL parameters. --- .../prog/en/modules/acqui/newordersuggestion.tt | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt index 09cd5cf..f6edc63 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt @@ -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> -- 1.7.1