https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38633 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #5 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Hi Alexander, sub isHoliday { - my ( $self, $day, $month, $year ) = @_; + my ( $self, $day, $month, $year, $is_range_holiday_creation ) = @_; + + return 0 if $is_range_holiday_creation; This does not look very useful at first sight. A new parameter to return false immediately? Probably we should not call the function for the circumstances where you want to pass this new param? -- You are receiving this mail because: You are watching all bug changes.