From 67a1717e99b43498e0acd27cd926478b1d87efc8 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 17 Dec 2024 09:09:02 -0300 Subject: [PATCH] Bug 38726: Fix marc vs. MARC in admin-home.tt template Signed-off-by: Tomas Cohen Arazi Signed-off-by: Martin Renvoize --- 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 71df7e12e0f..81d0f25f3d6 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 @@ -248,7 +248,7 @@ [% END %] [% IF ( Koha.Preference('MarcOrderingAutomation') && CAN_user_acquisition_marc_order_manage ) %]
MARC order accounts
-
Manage vendor accounts for automated order line creation from marc records
+
Manage vendor accounts for automated order line creation from MARC records
[% END %] [% END %] -- 2.47.1