X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=svc%2Fbib_profile;h=274a63432388c4f533f640e5d7daa836bd791693;hb=44d1aa5eb0e4081c1403a969e238408be5223352;hp=41ea042047411d462d9976fed1b7a5f444006a75;hpb=7ee7effc89e5b17b72d27d38e1eaa6acc28b35d2;p=koha.git diff --git a/svc/bib_profile b/svc/bib_profile index 41ea042047..274a634323 100755 --- a/svc/bib_profile +++ b/svc/bib_profile @@ -70,6 +70,7 @@ sub _get_mandatory_subfields { FROM marc_subfield_structure WHERE frameworkcode = '' AND tagsubfield <> '\@' + AND kohafield <> 'biblioitems.itemtype' AND mandatory = 1"); $sth->execute(); my @subfields = ();