Revision 3b9aee06
Von Niclas Zimmermann vor etwa 12 Jahren hinzugefügt
bin/mozilla/cp.pl | ||
---|---|---|
346 | 346 |
} |
347 | 347 |
} |
348 | 348 |
|
349 |
if (!$form->{forex}) { # read exchangerate from input field (not hidden) |
|
350 |
$form->{exchangerate} = $form->parse_amount(\%myconfig, $form->{exchangerate}); |
|
351 |
} |
|
349 | 352 |
$form->{forex} = $form->check_exchangerate( \%myconfig, $form->{currency}, $form->{datepaid}, $buysell); |
350 | 353 |
$form->{exchangerate} = $form->{forex} if $form->{forex}; |
351 | 354 |
|
Auch abrufbar als: Unified diff
Wechselkurs im Zahlungsausgang
Im Zahlungsausgang wurde die Eingabe eines Wechselkurses ignoriert.