Revision 56f92e7f
Von Martin Helmling martin.helmling@octosoft.eu vor mehr als 8 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
162 | 162 |
# currencies |
163 | 163 |
$form->{defaultcurrency} = $form->get_default_currency(\%myconfig); |
164 | 164 |
|
165 |
$form->{selectcurrency} = ""; |
|
165 | 166 |
map { my $quoted = H($_); $form->{selectcurrency} .= "<option value=\"${quoted}\">${quoted}\n" } $form->get_all_currencies(\%myconfig); |
166 | 167 |
|
167 | 168 |
# vendors |
bin/mozilla/ar.pl | ||
---|---|---|
171 | 171 |
# currencies |
172 | 172 |
$form->{defaultcurrency} = $form->get_default_currency(\%myconfig); |
173 | 173 |
|
174 |
$form->{selectcurrency} = ""; |
|
174 | 175 |
map { $form->{selectcurrency} .= "<option>$_\n" } $form->get_all_currencies(\%myconfig); |
175 | 176 |
|
176 | 177 |
# customers |
Auch abrufbar als: Unified diff
Endloses Aneinanderhängen von Währungen unterbinden
Bei mehrfachem "Erneuern" werden alle Währungen nocheinmals angehängt.
Dies wird nun unterbunden