From e0115a8f43ea9b964a49ad98e40412401aa31fc0 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 12 Mar 2012 14:02:03 +0100 Subject: [PATCH] Bug 7577 follow-up 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt index 59f647cb9a..88578b27d9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -286,7 +286,7 @@ [% IF ( books_loo.suggestionid ) %]
Suggested by: [% books_loo.surnamesuggestedby %][% IF ( books_loo.firstnamesuggestedby ) %], [% books_loo.firstnamesuggestedby %] [% END %] - (suggestion #[% books_loo.suggestionid %]) + (suggestion #[% books_loo.suggestionid %]) [% END %] [% IF ( books_loo.editionstatement ) %], [% books_loo.editionstatement %][% END %]

-- 2.11.0