View | Details | Raw Unified | Return to bug 3727
Collapse All | Expand All

(-)a/cataloguing/addbiblio.pl (-2 / +1 lines)
Lines 188-194 sub build_authorized_values_list ($$$$$$$) { Link Here
188
            "select itemtype,description from itemtypes order by description");
188
            "select itemtype,description from itemtypes order by description");
189
        $sth->execute;
189
        $sth->execute;
190
        push @authorised_values, ""
190
        push @authorised_values, ""
191
          unless ( $tagslib->{$tag}->{$subfield}->{mandatory} );
191
          unless ( $tagslib->{$tag}->{$subfield}->{defaultvalue} and $tagslib->{$tag}->{$subfield}->{mandatory} );
192
          
192
          
193
        my $itemtype;
193
        my $itemtype;
194
        
194
        
195
- 

Return to bug 3727