Revision 2aa88240
Von Tamino Steinert vor etwa 2 Jahren hinzugefügt
SL/Controller/Reclamation.pm | ||
---|---|---|
foreach my $tax (sort { $a->{tax}->rate cmp $b->{tax}->rate } @{ $self->reclamation->taxes }) {
|
||
$rows_as_html .= $self->p->render(
|
||
'reclamation/tabs/basic_data/_tax_row',
|
||
SELF => $self,
|
||
TAX => $tax,
|
||
TAXINCLUDED => $self->reclamation->taxincluded,
|
||
);
|
Auch abrufbar als: Unified diff
FIX: _tax_row für Auftrag und Reklamation