Revision 7a04a7c3
Von Bernd Bleßmann vor mehr als 4 Jahren hinzugefügt
bin/mozilla/ar.pl | ||
---|---|---|
378 | 378 |
$form->{forex} = $form->check_exchangerate( \%myconfig, $form->{currency}, $form->{transdate}, 'buy'); |
379 | 379 |
$form->{exchangerate} = $form->{forex} if $form->{forex}; |
380 | 380 |
|
381 |
# format exchangerate |
|
382 |
$form->{exchangerate} = $form->{exchangerate} ? $form->format_amount(\%myconfig, $form->{exchangerate}) : ''; |
|
383 |
|
|
384 | 381 |
$rows = max 2, $form->numtextrows($form->{notes}, 50); |
385 | 382 |
|
386 | 383 |
my @old_project_ids = grep { $_ } map { $form->{"project_id_$_"} } 1..$form->{rowcount}; |
Auch abrufbar als: Unified diff
Revert "BUG-Fix: Kreditorenbuchungen: Währung wird nicht übernommen."
This reverts commit dc89fd52864f1778e4aded439e0765b1422879ce.
Der commit tut nicht, was in der commit-Message steht (dafür gab es
schon einen anderen) und sorgt dafür, dass der Wechselkurs doppelt
formatiert wird und dadurch kaputt geht.