From 99c125b08c39727367a3344dbb7451cb3a1925fd Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 10 May 2024 14:14:59 +0000 Subject: [PATCH] Bug 36830: Update delete -> cud-delete 1) Visit /cgi-bin/koha/tools/holidays.pl 2) Select "Holiday only on this day" (or whatever other option to add an holiday). Click 'Save. 3) Now click on that day in the calendar, pick "delete this holiday". Click 'Save'. Notice the holiday is still there. 4) Apply patch. Repeat. Notice its deleted. --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt index e342ac1b8e..3b91f370ee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt @@ -103,7 +103,7 @@
  • - + [?]
    This will delete this holiday rule. If it is a repeatable holiday, this option checks for possible exceptions. If an exception exists, this option will remove the exception and set the date to a regular holiday.
    -- 2.39.2