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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt (-2 / +1 lines)
Lines 617-623 Link Here
617
                                                                [% FOREACH suggestion IN suggestions %]
617
                                                                [% FOREACH suggestion IN suggestions %]
618
                                                                    <br/>
618
                                                                    <br/>
619
                                                                    [% SET suggester = suggestion.suggester %]
619
                                                                    [% SET suggester = suggestion.suggester %]
620
                                                                    Suggested by: [% suggester.surname | html %][% IF suggester.firstname %] %], [% suggester.firstname | html %] [% END %]
620
                                                                    Suggested by: [% suggester.surname | html %][% IF suggester.firstname %], [% suggester.firstname | html %] [% END %]
621
                                                                    (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% suggestion.suggestionid | uri %]&amp;op=show">suggestion #[% suggestion.suggestionid | html %]</a>)
621
                                                                    (<a href="/cgi-bin/koha/suggestion/suggestion.pl?suggestionid=[% suggestion.suggestionid | uri %]&amp;op=show">suggestion #[% suggestion.suggestionid | html %]</a>)
622
                                                                [% END %]
622
                                                                [% END %]
623
                                                            </p>
623
                                                            </p>
624
- 

Return to bug 35717