http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3916 nicomo <nicolas.morin@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nicolas.morin@biblibre.com --- Comment #1 from nicomo <nicolas.morin@biblibre.com> 2009-12-18 15:33:00 --- Currently, the additems.pl script, when a value is mandatory, automatically positions the field on the 1st member of the list. That was initially meant to be a feature when, I think, there wasn't any opportunity to define a "default" value for the field. Now that there is, I propose that we simply remove this bit and display dropdowns for mandatory fields the same way we display dropdowns for other fields. -> line 439: push @authorised_values, "" unless ( $tagslib->{$tag}->{$subfield}->{mandatory} ); -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.