Revision 01a6bf1b
Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
502 | 502 |
|
503 | 503 |
%labels = (); |
504 | 504 |
@values = (); |
505 |
my $i = 0; |
|
505 | 506 |
foreach my $item (@{ $form->{"ALL_CURRENCIES"} }) { |
506 |
push(@values, $item->{"currency"});
|
|
507 |
$labels{$item->{"currency"}} = $item->{"currency"};
|
|
507 |
push(@values, $item); |
|
508 |
$labels{$item} = $item;
|
|
508 | 509 |
} |
509 | 510 |
|
510 | 511 |
$form->{currency} = $form->{defaultcurrency} unless $form->{currency}; |
Auch abrufbar als: Unified diff
currencies-popup angepasst