View | Details | Raw Unified | Return to bug 31632
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-2 / +1 lines)
Lines 815-821 Link Here
815
                                                        <br />
815
                                                        <br />
816
                                                    [% END %]
816
                                                    [% END %]
817
                                                    [% UNLESS ( books_loo.suggestionid ) %]
817
                                                    [% UNLESS ( books_loo.suggestionid ) %]
818
                                                        <a href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]&amp;link_order=[% books_loo.ordernumber | uri %]">Search for suggestion to link</a>
818
                                                        <a href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=[% booksellerid | uri %]&amp;basketno=[% basketno | uri %]&amp;link_order=[% books_loo.ordernumber | uri %]">[% tp('verb', 'Link suggestion') | html %]</a>
819
                                                    [% END %]
819
                                                    [% END %]
820
                                                </td>
820
                                                </td>
821
                                            [% END %]
821
                                            [% END %]
822
- 

Return to bug 31632