Revision 5e056ce8
Von Cem Aydin vor fast 2 Jahren hinzugefügt
SL/Controller/ListTransactions.pm | ||
---|---|---|
307 | 307 |
my %data = map { $_ => { class => 'listtotal' } } keys %{ $self->report->{columns} }; |
308 | 308 |
$data{credit}->{data} = $::form->format_amount(\%::myconfig, $subtotal_credit, 2); |
309 | 309 |
$data{debit}->{data} = $::form->format_amount(\%::myconfig, $subtotal_debit, 2); |
310 |
$data{$_}->{align} = 'right' for qw(debit credit); |
|
310 | 311 |
push @row_set, \%data; |
311 | 312 |
|
312 | 313 |
$subtotal_credit = 0.; |
Auch abrufbar als: Unified diff
ListTransactions Controller: align 'right' für Zwischensummen setzen