http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2720 --- Comment #5 from Owen Leonard <oleonard@myacpl.org> --- (In reply to comment #4)
I would say we keep borrowers.debarred, but convert it to a boolean value.
Convert it *back* to a boolean value! And move the date information into borrower_debarment?
We can then have that value updated each time the debarments table is altered.
Which is when? Is there a line in borrower_debarment for each overdue item which is past the limit? And the table is reviewed each time an item is renewed or checked in?+
I believe we will then need a nightly cronjob to remove expired debarments and update borrowers.debarred.
I don't understand. Are we talking about a cron job or is this something which updates each time something is checked in or renewed? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.