Revision 9557707c
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
149 | 149 |
$form->{currency} = $currency; |
150 | 150 |
} |
151 | 151 |
|
152 |
my @curr = $form->get_all_currencies();
|
|
152 |
my @curr = split(/:/, $form->{currencies}); #seems to be missing
|
|
153 | 153 |
map { $form->{selectcurrency} .= "<option>$_\n" } @curr; |
154 | 154 |
|
155 | 155 |
$form->{oldvendor} = "$form->{vendor}--$form->{vendor_id}"; |
Auch abrufbar als: Unified diff
Revert "Nutzung der Tabelle currencies"
This reverts commit be776964b83340e69fa2f02eae59b703c0c95b88.