Revision 99c71e83
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
1269 | 1269 |
# setup customer selection |
1270 | 1270 |
$form->all_vc(\%myconfig, "customer", "AR"); |
1271 | 1271 |
|
1272 |
if (@{ $form->{all_customer} }) { |
|
1272 |
if (@{ $form->{all_customer} || [] }) {
|
|
1273 | 1273 |
map { $customer .= "<option>$_->{name}--$_->{id}\n" } |
1274 | 1274 |
@{ $form->{all_customer} }; |
1275 | 1275 |
$customer = qq|<select name=customer><option>\n$customer</select>|; |
Auch abrufbar als: Unified diff
all_customers kann leer sein, wenn vclimit kleiner ist als die anzahl der kunden