Bug 17080: borrowers table - use default values defined in the DBIx::Class schema
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 8 Aug 2016 13:14:03 +0000 (14:14 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Oct 2016 17:33:19 +0000 (17:33 +0000)
commitcbe96a3b70d88c9c2fd43c8b14dd7b6de1283a08
treeb7a0849308463b3e9ab5f5fc42448103a45cd19b
parent41a19f420d94427d6d69235732021e6f9ba78611
Bug 17080: borrowers table - use default values defined in the DBIx::Class schema

This patch basically just revert bug 16960 - Fix error on validating the
registration

This job is now done by the Koha::Object constructor, no need to clean
the hash before sending it to AddMember.

Test plan:
Make sure there is no regression on bug 16960 (validate a self registration).

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
opac/opac-registration-verify.pl