220 |
C4::Context->set_preference( 'item-level_itypes', 0 ); |
221 |
C4::Context->set_preference( 'item-level_itypes', 0 ); |
221 |
ok( $item->effective_itemtype() eq 'BIB_LEVEL', '$item->itemtype() returns biblioitem.itemtype when item-level_itypes is disabled' ); |
222 |
ok( $item->effective_itemtype() eq 'BIB_LEVEL', '$item->itemtype() returns biblioitem.itemtype when item-level_itypes is disabled' ); |