Revision 018d13ed
Von Sven Schöling vor mehr als 2 Jahren hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
1713 | 1713 |
|
1714 | 1714 |
my $rows_as_html; |
1715 | 1715 |
foreach my $tax (sort { $a->{tax}->rate cmp $b->{tax}->rate } @{ $self->{taxes} }) { |
1716 |
$rows_as_html .= $self->p->render('order/tabs/_tax_row', TAX => $tax, TAXINCLUDED => $self->order->taxincluded); |
|
1716 |
$rows_as_html .= $self->p->render( |
|
1717 |
'order/tabs/_tax_row', |
|
1718 |
TAX => $tax, |
|
1719 |
TAXINCLUDED => $self->order->taxincluded, |
|
1720 |
QUOTATION => $self->order->quotation |
|
1721 |
); |
|
1717 | 1722 |
} |
1718 | 1723 |
return $rows_as_html; |
1719 | 1724 |
} |
Auch abrufbar als: Unified diff
design40: quotation flag in _tax.html