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 739-745 Link Here
739
                                                                    <br />
739
                                                                    <br />
740
                                                                [% END %]
740
                                                                [% END %]
741
                                                                [% UNLESS ( books_loo.suggestionid ) %]
741
                                                                [% UNLESS ( books_loo.suggestionid ) %]
742
                                                                    <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>
742
                                                                    <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>
743
                                                                [% END %]
743
                                                                [% END %]
744
                                                            </td>
744
                                                            </td>
745
                                                        [% END %]
745
                                                        [% END %]
746
- 

Return to bug 31632