From 3d00e0360209e859a7b7cf57e6b624ddf48a6e32 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. Signed-off-by: Martin Renvoize --- 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 e342ac1b8e0..3b91f370ee8 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.45.0