[Bug 2720] Overdues which debar automatically should undebar automatically when returned
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2720 Fridolin SOMERS <fridolyn.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |ASSIGNED CC| |fridolyn.somers@biblibre.co | |m Assignee|kyle@bywatersolutions.com |fridolyn.somers@biblibre.co | |m --- Comment #49 from Fridolin SOMERS <fridolyn.somers@biblibre.com> --- Created attachment 25575 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25575&action=edit Bug 2720 - [Follow-up] Correct database update for debarments with 9999-12-31 The borrowers with infinite debarments have borrowers.debarred with '9999-12-31'. Database update for this bug contained : INSERT INTO borrower_debarments ( borrowernumber, expiration, comment ) SELECT borrowernumber, debarred, debarredcomment FROM borrowers WHERE debarred IS NOT NULL For borrowers where borrowers.debarred is '9999-12-31', this value is copied into borrower_debarments.expiration. This is not correct because borrower_debarments.expiration must be NULL for infinite debarments. This patch corrects update 3.13.00.035 and also adds an update for databases already updated. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org