[Koha-bugs] [Bug 11518] Add new method to Koha::Schema::Result::Item that will always return the correct itemtype

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 28 12:16:55 CEST 2014


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

--- Comment #27 from M. de Rooy <m.de.rooy at rijksmuseum.nl> ---
Created attachment 31242
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31242&action=edit
Bug 11518: Follow-up removing biblioitem routines

There is no need to define biblioitem routines, if we can access them
via biblioitemnumber.
Note that we actually need a FK for biblio in the items table. Now we do
need the intermediate level via biblioitems in the Items.t code. Even better,
we should move biblioitem to biblio. Formally it is 1-n, but in reality it
is 1-1.

Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>

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


More information about the Koha-bugs mailing list