From e2556f6c4288d763c20beed1499f5c38bf1e0ea4 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 26 Apr 2016 18:25:14 +0000 Subject: [PATCH] Bug 16257 - EDIfact messages link on tools page results error MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 Signed-off-by: Kyle M Hall --- .../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 220c2bf4f2..085e154d83 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 @@ -104,18 +104,13 @@
Use tool plugins
[% END %] - [% IF CAN_user_acquisition_edi_manage %] -
EDIfact messages
-
Manage EDIfact transmissions
- [% END %] - [% IF ( CAN_user_tools_upload_general_files ) %]
Upload
Upload any type of file, manage uploads
[% END %] - +

Catalog

-- 2.39.2