13 Jul
2023
13 Jul
'23
8:55 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34266 --- Comment #5 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- - if (!$value && $biblionumber) { + if (!$value && $biblionumber && !C4::Context->preference('item-level_itypes')) { my $itype_sth = $dbh->prepare( "SELECT itemtype FROM biblioitems WHERE biblionumber = ?"); $itype_sth->execute($biblionumber); As long as it would be bound to 'itemtypes' I definitely think that you should not do this. 942c is for me like default itype. You could add a check if you are using another AV category or so for 942c?? -- You are receiving this mail because: You are watching all bug changes.