<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
I tried the suggested patch and still have the same problem. In V2.2.8,
when adding a new member, if I leave the joining and expiry date fields
blank, I don't get any dates.<br>
<br>
Actually, I turned on mysql query logging, and the insert statement is
inserting '0000-00-00' into the dateenrolled (joining) field and a null
value into the expiry field.<br>
<br>
If I swap date.pm back to the 2.2.7 version that uses DateManip, I get
the expected behavior of today's date for the dateenrolled field and a
auto-calculated date a year later for the expiry field.<br>
<br>
Will I break anything else if I just run with the 2.2.7 date.pm for
now? Or can anyone suggest a fix for the new version? I tried to find
the block of code that is processing these two dates, and could not. I
have v5.4 of Date-Calc and v5.44 of DateManip installed.<br>
<br>
Thanks,<br>
Rob<br>
<br>
MJ Ray wrote:
<blockquote cite="mid:462f3402.2EEwjNACQ97PlXIN%25mjr@phonecoop.coop"
 type="cite">
  <pre wrap="">"Mike Dalgity" <a moz-do-not-send="true"
 class="moz-txt-link-rfc2396E" href="mailto:dalgity@htl.net">&lt;dalgity@htl.net&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Yep, both installed.  According to Henri-Damien C4::Date was changed to use
Date::Calc in 2.2.8.  Looks something got broke somewhere...
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The transition patch might be available from
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://cvs.savannah.nongnu.org/viewcvs/koha/C4/Date.pm?root=koha&amp;r1=1.13.4.6&amp;r2=1.13&amp;only_with_tag=rel_2_2&amp;makepatch=1&amp;diff_format=u">http://cvs.savannah.nongnu.org/viewcvs/koha/C4/Date.pm?root=koha&amp;r1=1.13.4.6&amp;r2=1.13&amp;only_with_tag=rel_2_2&amp;makepatch=1&amp;diff_format=u</a>

If you want to try applying it or reversing it, I wrote some notes on
patching at
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://lists.gnu.org/archive/html/koha-devel/2007-03/msg00092.html">http://lists.gnu.org/archive/html/koha-devel/2007-03/msg00092.html</a>
(and then failed to apply a contributed patch promptly - I just broke
my CVS checkout - boo me!)

Regards,
  </pre>
</blockquote>
</body>
</html>