From a8675cbc077c2acc4df17acc93e495362d1f7c6e Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Wed, 31 Jul 2013 10:54:03 -0400 Subject: [PATCH] Bug 9261 - Allow librarians to make purchase suggestions for patrons - QA Followup 2 Signed-off-by: Jonathan Druart --- .../prog/en/modules/members/purchase-suggestions.tt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt index 77fb2b1..1238f63 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/purchase-suggestions.tt @@ -43,9 +43,7 @@

Purchase suggestions

@@ -62,7 +60,15 @@ [% FOREACH s IN suggestions %]
-

[% s.title |html %]

+

+ + [% IF ( CAN_user_catalogue ) %] + [% s.title |html %] + [% ELSE %] + [% s.title |html %] + [% END %] + +

[% IF ( s.author ) %][% s.author %],[% END %] [% IF ( s.copyrightdate ) %] - [% s.copyrightdate %],[% END %] -- 1.7.10.4