From 7783f0538a64e800183d2c6b19913d7e1a10d90e Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Tue, 24 Nov 2020 12:24:32 -0500 Subject: [PATCH] Bug 26633: Add advanced editor link on admin home page Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt index 2c7fbb7b2f..130f23f3ec 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tt @@ -91,7 +91,7 @@
Define extended attributes (identifiers and statistical categories) for patron records
[% END %] [% IF ( CAN_user_parameters_manage_transfers ) %] -
Library transfer limits
+
Library transfer limits (Advanced editor)
Limit the ability to transfer items between libraries based on the library sending, the library receiving, and the item type involved. These rules only go into effect if the preference UseBranchTransferLimits is set to ON
Transport cost matrix
Define transport costs between branches
-- 2.11.0