From a99164a3a137ff7438eec228166c0cd0410b8f10 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Tue, 27 May 2008 18:05:58 -0500 Subject: [PATCH] Single FIXME comment inserted. Signed-off-by: Joshua Ferraro --- C4/Calendar.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Calendar.pm b/C4/Calendar.pm index 259992fd08..a279e2fd8e 100644 --- a/C4/Calendar.pm +++ b/C4/Calendar.pm @@ -451,6 +451,7 @@ C<$year> Is the year to check whether if is a holiday or not. sub isHoliday { my ($self, $day, $month, $year) = @_; # FIXME - date strings are stored in non-padded metric format. should change to iso. + # FIXME - should change arguments to accept C4::Dates object $month=$month+0; $year=$year+0; $day=$day+0; -- 2.39.5