[Koha-bugs] [Bug 15462] Unable to renew books via circ/renew.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 5 09:40:23 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15462

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
For the record, it has been introduced by 

commit 3cab4d1efd25268441c88ce74d5a4b568773c8aa
Bug 14978: (RM followup) DBIx update

Bug 14978 introduced a unique on items.itemnumber to get the constraint we had
before bug 13790.

With adding this constraint, DBIx::Class::Schema::Loader renamed the has_many
issues RS with a might_have issue.

+__PACKAGE__->might_have(
+  "issue",
-__PACKAGE__->has_many(
-  "issues",

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


More information about the Koha-bugs mailing list