"select itemtype,description from itemtypes order by description");
$sth->execute;
push @authorised_values, ""
unless ( $tagslib->{$tag}->{$subfield}->{mandatory} );
unless ( $tagslib->{$tag}->{$subfield}->{default} ne '' and $tagslib->{$tag}->{$subfield}->{mandatory} );
my $itemtype;
-