Bug 21596: Handle empty string for lost when storing a patron
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 17 Oct 2018 23:02:12 +0000 (20:02 -0300)
committerNick Clemens <nick@bywatersolutions.com>
Thu, 18 Oct 2018 14:17:40 +0000 (14:17 +0000)
commit7eb4d3f8a1537e1c9eea478f0802b30fae7690db
treea358b2f2cf898280ffcf8470d29eb567b814e343
parent5024cb3acffdfb9f67dce5587eb062ea3130bdbb
Bug 21596: Handle empty string for lost when storing a patron

lost - should default to 0 at DB level, not null
But let fix it as it for now

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