[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
Fri Oct 30 19:25:29 CET 2015


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |kyle at bywatersolutions.com

--- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> ---
Koha::Item::biblioitem should return a Koha::Biblioitem object, rather than a
DBIC object.

Another possibility would be to extend Koha::Biblio so that it handles both the
biblio and biblioitem tables internally, so they look like one unified table
from the perspective using using Koha::Biblio. The auto method on Koha::Biblio
could be extended to check for a valid biblio field first, and if it doesn't
find one, a valid biblioitem field.

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


More information about the Koha-bugs mailing list