Bug 13713: Follow-up removing biblioitem routines
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Thu, 28 Aug 2014 09:58:10 +0000 (11:58 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Thu, 19 Mar 2015 17:06:01 +0000 (14:06 -0300)
commit1d0143641fd27e36353653933e4b78643393a592
tree6ed6b1521969bbcfb5abe72869f39196ec620361
parentc2a86a4ee0003ae6f1f9fb5f265821cfbcb3350e
Bug 13713: 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@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
Koha/Schema/Result/Biblio.pm
Koha/Schema/Result/Item.pm
t/db_dependent/Items.t