[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:38 CEST 2016


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

--- Comment #17 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 56467
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56467&action=edit
Bug 17080: borrowers.checkprevcheckout - use the default value defined in the
DBIx::Class schema

This line has been added by bug 16917 to define the default value of
borrowers.checkprevcheckout.
As this value is defined in the DBIx::Class schema, we should not have
to handle it here.

Test plan:
Confirm that this patch does not reintroduced the bug fixed by bug
16917.

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