Revision 01a6bf1b
Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
369 | 369 |
%labels = (); |
370 | 370 |
@values = (); |
371 | 371 |
foreach my $item (@{ $form->{"ALL_CURRENCIES"} }) { |
372 |
push(@values, $item->{"currency"});
|
|
373 |
$labels{$item->{"currency"}} = $item->{"currency"};
|
|
372 |
push(@values, $item); |
|
373 |
$labels{$item} = $item;
|
|
374 | 374 |
} |
375 | 375 |
|
376 | 376 |
$form->{currency} = $form->{defaultcurrency} unless $form->{currency}; |
Auch abrufbar als: Unified diff
currencies-popup angepasst