Revision 6534db92
Von Udo Spallek vor etwa 18 Jahren hinzugefügt
SL/Template.pm | ||
---|---|---|
213 | 213 |
$sum += $form->parse_amount($self->{"myconfig"}, |
214 | 214 |
$form->{"linetotal"}->[$i]); |
215 | 215 |
} |
216 |
|
|
216 |
|
|
217 |
$form->{"cumulatelinetotal"}[$i] = $form->format_amount($self->{"myconfig"}, $sum, 2); |
|
218 |
|
|
217 | 219 |
my $new_text = $self->parse_block($text, (@indices, $i)); |
218 | 220 |
return undef unless (defined($new_text)); |
219 | 221 |
$new_contents .= $start_tag . $new_text . $end_tag; |
Auch abrufbar als: Unified diff
Neue Variable <%cumulatelinetotal%> fuer zeilenweise kumulierte
Beträge. Funktioniert nur in <%foreach Umgebungen in Latextemplates.
Koennte hilfreich sein fuer longtable.