Revision be776964
Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt
bin/mozilla/ic.pl | ||
---|---|---|
1489 | 1489 |
IC->create_links("IC", \%myconfig, \%$form); |
1490 | 1490 |
|
1491 | 1491 |
# currencies |
1492 |
map({ $form->{selectcurrency} .= "<option>$_\n" } |
|
1493 |
split(/:/, $form->{currencies})); |
|
1492 |
map({ $form->{selectcurrency} .= "<option>$_\n" } $::form->get_all_currencies()); |
|
1494 | 1493 |
|
1495 | 1494 |
# parts and assemblies have the same links |
1496 | 1495 |
my $item = $form->{item}; |
Auch abrufbar als: Unified diff
Nutzung der Tabelle currencies
Dieser Commmit passt den Code an, um die Tabelle currencies zu nutzen.