[Koha-bugs] [Bug 17080] Koha::Object-> new should handle default values for NOT NULL columns

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 14 10:14:33 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17080

--- Comment #16 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 56466
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56466&action=edit
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 at veron.ch>

Signed-off-by: Nick Clemens <nick at bywatersolutions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list