Bug 7577 follow-up
authorPaul Poulain <paul.poulain@biblibre.com>
Mon, 12 Mar 2012 13:02:03 +0000 (14:02 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 12 Mar 2012 13:02:03 +0000 (14:02 +0100)
The suggestion view was suggested to be able to display the suggestion from a basket line (when it comes from a suggestion, see bug 5346)

This tiny follow-up introduce this link

koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt

index 59f647c..88578b2 100644 (file)
                                     [% IF ( books_loo.suggestionid ) %]
                                         <br/>
                                         Suggested by: [% books_loo.surnamesuggestedby %][% IF ( books_loo.firstnamesuggestedby ) %], [% books_loo.firstnamesuggestedby %] [% END %]
-                                        (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% books_loo.suggestionid %]">suggestion #[% books_loo.suggestionid %]</a>)
+                                        (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% books_loo.suggestionid %]&op=show">suggestion #[% books_loo.suggestionid %]</a>)
                                     [% END %]
                                     [% IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement %][% END %]
                             </p>