Bug 21596: Handle empty string for other attributes when storing a patron
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 17 Oct 2018 23:01:47 +0000 (20:01 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 18 Oct 2018 14:17:40 +0000 (14:17 +0000)
commit5024cb3acffdfb9f67dce5587eb062ea3130bdbb
tree70f3027cd336e6bbdbdb89aa969b56f8ede69e71
parentf8e7a175575649ab1303c65ae259501dda90f3ff
Bug 21596: Handle empty string for other attributes when storing a patron

lastseen, updated_on => dates
gonenoaddress, login_attempts, privacy_guarantor_checkouts => [tiny]int

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/Patron.pm