Revision 44da8173
Von Sven Schöling vor etwa 16 Jahren hinzugefügt
bin/mozilla/oe.pl | ||
---|---|---|
420 | 420 |
} |
421 | 421 |
} |
422 | 422 |
|
423 |
$form->{invsubtotal} = $form->format_amount(\%myconfig, $form->{invsubtotal}, 2, 0);
|
|
423 |
# $form->{invsubtotal} = $form->format_amount(\%myconfig, $form->{invsubtotal}, 2, 0); # template does this
|
|
424 | 424 |
|
425 | 425 |
} else { |
426 | 426 |
foreach $item (split / /, $form->{taxaccounts}) { |
Auch abrufbar als: Unified diff
Bugfix: subtotal wurde nicht ans template weitergereicht.