Revision 65df2ecc
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/bp.pl | ||
---|---|---|
95 | 95 |
# setup customer/vendor selection |
96 | 96 |
BP->get_vc(\%myconfig, \%$form); |
97 | 97 |
|
98 |
if (@{ $form->{"all_$form->{vc}"} }) { |
|
98 |
if (@{ $form->{"all_$form->{vc}"} || [] }) {
|
|
99 | 99 |
map { $name .= "<option>$_->{name}--$_->{id}\n" } |
100 | 100 |
@{ $form->{"all_$form->{vc}"} }; |
101 | 101 |
$name = qq|<select name=$form->{vc}><option>\n$name</select>|; |
Auch abrufbar als: Unified diff
Einige strict Probleme mit vclimit=0