From 441a049e97edd2221c3dea65d2f3e20411dc7dd3 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 8 Jul 2024 15:12:56 +0000 Subject: [PATCH] Bug 37263: Fix deletion of 'All' patron category in Default article request fees Follow same test plan as before, but attempt to delete a 'All' entry in 'Default article request fees'. Notice it blows up before this patch. It works as expected after the patch. Signed-off-by: Roman Dolny --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt index 208382373e..31907687dc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt @@ -1060,7 +1060,7 @@ [% END %] - Delete + Delete [% END %] -- 2.39.2