From 1ccf956b536fcbc5c67530e9edbe9d0de4773af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Mon, 25 Apr 2016 15:02:36 +0200 Subject: [PATCH] Bug 14050: Default framework for authorities should not be deletable To test: - Apply patch - In staff client, go to Home > Administration > Authority types - Verify that the Actions for the Default type do not contain the delete action - Verify that other types have a delete action Signed-off-by: Julian Maurice --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt index 60b8be5..cf5c7ef 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authtypes.tt @@ -131,7 +131,7 @@ [% loo.auth_tag_to_report %] MARC structure Edit - Delete + [% IF loo.authtypecode %]Delete[% END %] [% END %] -- 2.1.4