[Koha] how to undo global due date?

Chris Cormack chrisc at catalyst.net.nz
Sat Jun 2 11:13:23 NZST 2012


* Eric Sigler (eric.sigler at 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


More information about the Koha mailing list