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 726-732 Link Here
726
                                                                    <br />
726
                                                                    <br />
727
                                                                [% END %]
727
                                                                [% END %]
728
                                                                [% UNLESS ( books_loo.suggestionid ) %]
728
                                                                [% UNLESS ( books_loo.suggestionid ) %]
729
                                                                    <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>
729
                                                                    <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>
730
                                                                [% END %]
730
                                                                [% END %]
731
                                                            </td>
731
                                                            </td>
732
                                                        [% END %]
732
                                                        [% END %]
733
- 

Return to bug 31632