http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7272
Ian Walls <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch Status|Needs Signoff |Passed QA --- Comment #9 from Ian Walls <[email protected]> 2011-11-30 14:58:47 UTC --- Paul, I think that database update line is exactly what we need; it won't interfere with any instances of valid dates, so it's safe to run. Once we get this transitional mess cleaned up, we shouldn't need to worry about checking for debarred = 0000-00-00 anymore (though it wouldn't hurt). It would be possible, for example, for someone to do borrower imports that have debarred column containing 0, which would break things all over again. A check somewhere in the code would catch these potential problems before they cause anyone suffering. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
