http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11846 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 25637 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25637 Bug 11846 - Correct database update for debarments with 9999-12-31 Review of attachment 25637: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=11846&attachment=25637) ----------------------------------------------------------------- ::: installer/data/mysql/updatedatabase.pl @@ +8019,5 @@
+$DBversion = "3.15.00.XXX"; +if ( CheckVersion($DBversion) ) { + $dbh->do(q{ + UPDATE borrower_debarments SET debarred = NULL WHERE debarred = '9999-12-31'
This line is not right, as there is no debarred as a date in borrower_debarments. Please fix and test. -- You are receiving this mail because: You are watching all bug changes.