From 65ab150aabc7215d7dda0b563f87c3fc45954dfb Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Tue, 25 Feb 2020 22:33:56 +0000 Subject: [PATCH] Bug 8628: (follow-up) Fixing 'UseKohaPlugins' for qa tools --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt index 0bfd9c7..64e6f52 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt @@ -79,7 +79,7 @@
[% IF ( CAN_user_tools_edit_calendar || CAN_user_tools_manage_csv_profiles || CAN_user_tools_view_system_logs || CAN_user_tools_edit_news - || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( UseKohaPlugins && CAN_user_plugins_tool ) + || CAN_user_tools_schedule_tasks || CAN_user_tools_edit_quotes || ( Koha.Preference('UseKohaPlugins') && CAN_user_plugins_tool ) || CAN_user_tools_upload_general_files || CAN_user_tools_access_files ) %]

Additional tools

[% END %] @@ -119,7 +119,7 @@
Create and edit digital signs for the OPAC
[% END %] - [% IF ( UseKohaPlugins && CAN_user_plugins_tool ) %] + [% IF ( Koha.Preference('UseKohaPlugins') && CAN_user_plugins_tool ) %]
Tool plugins
Use tool plugins
[% END %] -- 2.1.4