From 57e475a7f2e5b907ff9f525cbf5c49b0499580ac Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 26 Apr 2016 18:25:14 +0000 Subject: [PATCH] [PASSED QA] Bug 16257 - EDIfact messages link on tools page results error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is a link to EDIfact messages on the tools home page that will lead to an error. I assume that the link should be removed in favor of the link on the acquisitions homepage. Test Plan: 1) Note the EDIfact messages link on the Tools home page 2) Apply this patch 3) Refresh the page, the link should be gone Signed-off-by: Marc VĂ©ron Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt | 7 +------ 1 file changed, 1 insertion(+), 6 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 514900a..ff5aeb8 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 @@ -103,14 +103,9 @@
Tool Plugins
Use tool plugins
[% END %] - - [% IF CAN_user_acquisition_edi_manage %] -
EDIfact messages
-
Manage EDIfact transmissions
- [% END %] - +

Catalog

-- 1.9.1