Revision cb0dfa9a
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
437 | 437 |
|
438 | 438 |
# format amounts |
439 | 439 |
$totalpaid += $form->{"paid_$i"}; |
440 |
if ($form->{"paid_$i"}) { |
|
441 |
$form->{"paid_$i"} = $form->format_amount(\%myconfig, $form->{"paid_$i"}, 2); |
|
442 |
} |
|
443 |
$form->{"exchangerate_$i"} = $form->format_amount(\%myconfig, $form->{"exchangerate_$i"}); |
|
444 |
$form->{"exchangerate_$i"} ||= ""; |
|
445 | 440 |
} |
446 | 441 |
|
447 |
|
|
448 | 442 |
$form->{print_options} = print_options(inline => 1); |
449 | 443 |
|
450 | 444 |
print $form->parse_html_template('is/form_footer'); |
Auch abrufbar als: Unified diff
is form_footer: Fixes, Hooks und hiddens.