From 1506f14c7101415881c6f5cd143a763be74ffc6f 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 --- .../en/modules/members/purchase-suggestions.tt | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 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..c8d31fc 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 @@ -44,7 +44,9 @@
@@ -62,7 +64,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.2.5