[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
Tue Oct 27 16:45:52 CET 2015


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

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

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

--- Comment #3 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 44093
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=44093&action=edit
[SIGNED-OFF] 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.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Test pass, no regressions, no errors

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


More information about the Koha-bugs mailing list