[Koha-bugs] [Bug 14819] Add missing DBIx::Class relationships - biblio<->biblioitem<->item

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 14 18:08:32 CEST 2015


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 42531
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42531&action=edit
Bug 14819: Add missing DBIx::Class relationships - biblio<->biblioitem<->item

To access the biblio from an item, we should not use the
biblioitemnumber relationship autogenerated by
DBIx::Class::Schema::Loader but create our own one.

Test plan:
Confirm the tests pass and that there is no regression on bug 14726.

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


More information about the Koha-bugs mailing list