Bug 17726: biblioitems.marc has been removed
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 19 Jan 2017 22:58:59 +0000 (23:58 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 20 Jan 2017 13:43:18 +0000 (13:43 +0000)
We will certainly have to do something with the biblio_metadata.metadata
field later.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/lib/TestBuilder.pm

index 0d312d0..1f3ab51 100644 (file)
@@ -423,9 +423,6 @@ sub _gen_default_values {
         Item => {
             more_subfields_xml => undef,
         },
-        Biblioitem => {
-            marcxml => undef,
-        }
     };
 }