} else {
push(@ba_order, undef);
}
if ($ord->{itemtype}){
if ($ord->{itemtype} and $bib->{itemtype}){
push(@ba_order, $itemtypes->{$bib->{itemtype}}->{description}) if $bib->{itemtype};
push(@ba_order, $itemtypes->{$bib->{itemtype}}->{description});
-