Bug 14717: Invalid dates in debarred column
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 24 Aug 2015 22:00:20 +0000 (10:00 +1200)
committerChris Cormack <chris@bigballofwax.co.nz>
Tue, 22 Sep 2015 01:48:47 +0000 (13:48 +1200)
commit7feee800440fc3749b5896de82c24ad9860f6bd3
treedd39994fe36e404dfb4089ca9185dd04ad365fe1
parent272650cb3f1e2d3ac24559ede0049b263b829762
Bug 14717: Invalid dates in debarred column

To test
1/ Import a patron using the patron import tool, make sure they have
no debarred column in the file
2/ Check the database, notice the debarred column is 0000-00-00
3/ For bonus points, checkout an item to that borrower, then check it in
notice Koha errors
4/ Apply patch
5/ Import a new patron
6/ Notice column is now NULL and that checkins work

Signed-off-by: Eugene Espinoza <eugenegf@yahoo.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit d8a9d171154f3ad526f31968fdec1ad7809014b8)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Members.pm