diff --git a/lib/NCIP/ILS/Koha.pm b/lib/NCIP/ILS/Koha.pm index 36a742a..5c4dc22 100644 --- a/lib/NCIP/ILS/Koha.pm +++ b/lib/NCIP/ILS/Koha.pm @@ -834,7 +834,7 @@ sub acceptitem { my $item_callnumber = $iteminfo->{itemcallnumber} || $config->{item_callnumber} || q{}; my ( $field, $subfield ) = - GetMarcFromKohaField( 'biblioitems.itemtype', $frameworkcode ); + GetMarcFromKohaField( 'biblioitems.itemtype' ); ( $field, $subfield ) = GetMarcFromKohaField( 'biblioitems.itemtype' ) unless $field && $subfield;