* Eric Sigler (eric.sig...@gmail.com) wrote:
> Thanks for the help,
> 
> I checked the database and there was a ceilingDueDate and a
> GlobalDueDate set in the systempreferences table. I deleted those rows
> from the database and verified that they're gone.
> 
> We only have one circulation rule defined so I also deleted it and
> recreated it. The circulation rule does not have a hard due date
> defined and simply specifies a 21 day loan period.
> 
> Unfortunately, we're still experiencing the same problem. When books
> are checked out, they're still assigned a due date of 5/17/2012.
> 
> Any other suggestions? I verified that the server's system date is correct.


You could try 

UPDATE issuingrules SET hardduedate = NULL WHERE hardduedate = '2012-05-17'; 

Actually just check issuingrules to make sure you do indeed only have
that one rule. If not, that would be your problem.

Chris

--
Chris Cormack
Catalyst IT Ltd.
+64 4 803 2238
PO Box 11-053, Manners St, Wellington 6142, New Zealand
_______________________________________________
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to