@@ -, +, @@ 'none' to 'empty' --- Koha/DiscreteCalendar.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/Koha/DiscreteCalendar.pm +++ a/Koha/DiscreteCalendar.pm @@ -619,6 +619,7 @@ sub edit_holiday { $updateValues{holiday_type} =''; $updateValues{is_opened} =1; }else{ + delete $updateValues{is_opened}; delete $updateValues{holiday_type}; } @@ -1311,4 +1312,4 @@ sub addDays { return $base_date; } -1; +1; --