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