[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
Mon Aug 15 14:40:50 CEST 2016


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

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54163|0                           |1
        is obsolete|                            |

--- Comment #10 from Marc Véron <veron at veron.ch> ---
Created attachment 54466
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=54466&action=edit
Bug 17080: Make C4::Members::AddMember uses Koha::Patron->store

These calls have been added from commit e196f19 (Bug 12633: Remove SQLHelper
in C4::Members) which added a TODO:
"This patch replaced the calls to SQLHelper to use DBIX::Class.
TODO: Move them to Koha::Borrower."

This is now done by this patch: instead of calling DBIx::Class directly
we use Koha::Patron

Signed-off-by: Marc Véron <veron at veron.ch>

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


More information about the Koha-bugs mailing list