Date problems adding new members
On a new Koha 2.2.8 using either the default or npl templates and adding a new member leaving the joining and expiry date fields blank results in no date being inserted. Also when manually entering the joining date the expiry date is still not auto calculated. I checked liblime's demo and it works there. Can someone point me to the section of code that's supposed to do this? I've looked at memberentry.tmpl for both templates and memberentry.pl and am having difficulty following what the code is doing. There's also nothing in the error log. Thanks, Mike D.
Can anyone else confirm or refute this issue with their install of Koha 2.2.8? -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz]On Behalf Of Mike Dalgity Sent: April 15, 2007 1:11 PM To: Koha Subject: [Koha] Date problems adding new members On a new Koha 2.2.8 using either the default or npl templates and adding a new member leaving the joining and expiry date fields blank results in no date being inserted. Also when manually entering the joining date the expiry date is still not auto calculated. I checked liblime's demo and it works there. Can someone point me to the section of code that's supposed to do this? I've looked at memberentry.tmpl for both templates and memberentry.pl and am having difficulty following what the code is doing. There's also nothing in the error log. Thanks, Mike D. _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
I upgraded from 2.2.5 to 2.2.8 and had exactly the same problem yesterday. If I leave the fields blank, I cannot issue books and it says 'borrower will leave soon' Entering only the joining date gives the same result. I can edit and manually enter the expiry date. It will work, and show the expiry date, but not the joining date. It also works, obviously, if I enter both dates manually. Running on Debian Sarge. Marty -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz] On Behalf Of Mike Dalgity Sent: Monday, April 23, 2007 9:00 PM To: Koha Subject: RE: [Koha] Date problems adding new members Can anyone else confirm or refute this issue with their install of Koha 2.2.8? -----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz]On Behalf Of Mike Dalgity Sent: April 15, 2007 1:11 PM To: Koha Subject: [Koha] Date problems adding new members On a new Koha 2.2.8 using either the default or npl templates and adding a new member leaving the joining and expiry date fields blank results in no date being inserted. Also when manually entering the joining date the expiry date is still not auto calculated. I checked liblime's demo and it works there. Can someone point me to the section of code that's supposed to do this? I've looked at memberentry.tmpl for both templates and memberentry.pl and am having difficulty following what the code is doing. There's also nothing in the error log. Thanks, Mike D. _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha _______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
Do you have Date::Calc and/or Date::Manip installed on your system? I'm not sure which 2.2.8 uses, but I think rel_2_2 was transitioned to Date::Calc after 2.2.8 was released. Cindy Mike Dalgity wrote:
Can anyone else confirm or refute this issue with their install of Koha 2.2.8?
-----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz]On Behalf Of Mike Dalgity Sent: April 15, 2007 1:11 PM To: Koha Subject: [Koha] Date problems adding new members
On a new Koha 2.2.8 using either the default or npl templates and adding a new member leaving the joining and expiry date fields blank results in no date being inserted. Also when manually entering the joining date the expiry date is still not auto calculated. I checked liblime's demo and it works there. Can someone point me to the section of code that's supposed to do this? I've looked at memberentry.tmpl for both templates and memberentry.pl and am having difficulty following what the code is doing. There's also nothing in the error log.
Thanks, Mike D.
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cindy Murdock Network Administrator Meadville Public Library | CCFLS http://meadvillelibrary.org | http://ccfls.org
Yep, both installed. According to Henri-Damien C4::Date was changed to use Date::Calc in 2.2.8. Looks something got broke somewhere... # pkg_info | grep date ddclient-3.6.6 Dynamic DNS service update client p5-Date-Calc-5.4 date calculations for the Gregorian calendar p5-DateManip-5.44 manipulate dates in perl Mike D. -----Original Message----- From: Cindy Murdock [mailto:cmurdock@ccfls.org] Sent: April 24, 2007 11:50 AM To: Mike Dalgity Cc: Koha Subject: Re: [Koha] Date problems adding new members Do you have Date::Calc and/or Date::Manip installed on your system? I'm not sure which 2.2.8 uses, but I think rel_2_2 was transitioned to Date::Calc after 2.2.8 was released. Cindy Mike Dalgity wrote:
Can anyone else confirm or refute this issue with their install of Koha 2.2.8?
-----Original Message----- From: koha-bounces@lists.katipo.co.nz [mailto:koha-bounces@lists.katipo.co.nz]On Behalf Of Mike Dalgity Sent: April 15, 2007 1:11 PM To: Koha Subject: [Koha] Date problems adding new members
On a new Koha 2.2.8 using either the default or npl templates and adding a new member leaving the joining and expiry date fields blank results in no date being inserted. Also when manually entering the joining date the expiry date is still not auto calculated. I checked liblime's demo and it works there. Can someone point me to the section of code that's supposed to do this? I've looked at memberentry.tmpl for both templates and memberentry.pl and am having difficulty following what the code is doing. There's also nothing in the error log.
Thanks, Mike D.
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cindy Murdock Network Administrator Meadville Public Library | CCFLS http://meadvillelibrary.org | http://ccfls.org
"Mike Dalgity" <dalgity@htl.net> wrote:
Yep, both installed. According to Henri-Damien C4::Date was changed to use Date::Calc in 2.2.8. Looks something got broke somewhere...
The transition patch might be available from http://cvs.savannah.nongnu.org/viewcvs/koha/C4/Date.pm?root=koha&r1=1.13.4.6&r2=1.13&only_with_tag=rel_2_2&makepatch=1&diff_format=u If you want to try applying it or reversing it, I wrote some notes on patching at http://lists.gnu.org/archive/html/koha-devel/2007-03/msg00092.html (and then failed to apply a contributed patch promptly - I just broke my CVS checkout - boo me!) Regards, -- MJ Ray - see/vidu http://mjr.towers.org.uk/email.html Experienced webmaster-developers for hire http://www.ttllp.co.uk/ Also: statistician, sysadmin, online shop builder, workers co-op. Writing on koha, debian, sat TV, Kewstoke http://mjr.towers.org.uk/
participants (4)
-
Cindy Murdock -
Marty Jongepier -
Mike Dalgity -
MJ Ray