Re: [Koha] how to undo global due date?

2012-06-14 Thread Eric Sigler
There was a hard due date set in the issuingrules table and clearing out the hardduedate fixed the problem. Thanks for the help! Sorry for the delay in responding. We're using koha at a school library and somehow the urgency drops once summer vacation starts. ;-) Should I still open a defect for t

Re: [Koha] how to undo global due date?

2012-06-02 Thread Eric Sigler
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 circulatio

Re: [Koha] how to undo global due date?

2012-06-01 Thread Chris Cormack
* 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 de

Re: [Koha] how to undo global due date?

2012-06-01 Thread Chris Cormack
Ian Walls wrote: >ceilingDueDate and globalDueDate shouldn't be in your 3.8 system; they >were >deleted as part of the database update that moved them to the >circulation >matrix (issuingrules table). > Yep but if for whatever reason this didn't run or failed the code still refers to at least

Re: [Koha] how to undo global due date?

2012-06-01 Thread Ian Walls
ceilingDueDate and globalDueDate shouldn't be in your 3.8 system; they were deleted as part of the database update that moved them to the circulation matrix (issuingrules table). You should be able to re-enter your rules in the Circulation and Fines rules area under the Administration. You'll hav

Re: [Koha] how to undo global due date?

2012-05-31 Thread Chris Cormack
* jrhsigler (jrhsig...@gmail.com) wrote: > Thanks, I looked in 'local use' but didn't see any options for changing > global due dates. I'm at Koha 3.8 now, but set the global due date when I > had 3.4 running. > > Do you have a sample sql statement that I can use to update the database > directly?

Re: [Koha] how to undo global due date?

2012-05-31 Thread jrhsigler
Thanks, I looked in 'local use' but didn't see any options for changing global due dates. I'm at Koha 3.8 now, but set the global due date when I had 3.4 running. Do you have a sample sql statement that I can use to update the database directly? Thank you! -- View this message in context: htt

Re: [Koha] how to undo global due date?

2012-05-30 Thread Chris Cormack
On 31 May 2012 02:30, jrhsigler wrote: > Greetings, > > I need some help with a problem I've encountered in the circulation rules. > About six months ago I set a global due date for May 17, the end of the > semester. Since then, we've updated Koha a couple times, and I can no longer > find the pag

[Koha] how to undo global due date?

2012-05-30 Thread jrhsigler
Greetings, I need some help with a problem I've encountered in the circulation rules. About six months ago I set a global due date for May 17, the end of the semester. Since then, we've updated Koha a couple times, and I can no longer find the page where I set the global due date. (From my reading