http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=2870 ------- Comment #6 from mason.loves.sushi@gmail.com 2009-01-27 22:51 ------- just my 2 cents here... this dies with a fatal, on the latest 3.0.x branch but.. grabbing the latest version of Dates.pm from HEAD seems to fix this ;) Joe/Galen: are the recent fixes in Dates.pm safe to push to 3.0.x? the problem... in memberentry.pl the 'C4::Dates->today('iso')' call was returning undef, not a date if ($op eq add'){ my $arg2 = $newdata{'dateenrolled'} || C4::Dates->today('iso'); $data{'dateexpiry'} = GetExpiryDate($newdata{'categorycode'},$arg2); $template->param( updtype => 'I', step_1=>1, step_2=>1, step_3=>1, step_4=>1); } ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.