Lines 252-258
sub XSLTParse4Display {
Link Here
|
252 |
if (C4::Context->preference('item-level_itypes')) { |
252 |
if (C4::Context->preference('item-level_itypes')) { |
253 |
@biblio_itemtypes = $biblio->items->get_column("itype"); |
253 |
@biblio_itemtypes = $biblio->items->get_column("itype"); |
254 |
} else { |
254 |
} else { |
255 |
push @biblio_itemtypes, $biblio->biblioitem->itemtype; |
255 |
push @biblio_itemtypes, $biblio->itemtype; |
256 |
} |
256 |
} |
257 |
my @itypes = split( /\s/, C4::Context->preference('OPACOpenURLItemTypes') ); |
257 |
my @itypes = split( /\s/, C4::Context->preference('OPACOpenURLItemTypes') ); |
258 |
my %original = (); |
258 |
my %original = (); |