14 Sep
2015
14 Sep
'15
5:08 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14819 --- Comment #1 from Jonathan Druart <jonathan.druart@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.