Revision 5357aec0
Von Moritz Bunkus vor mehr als 9 Jahren hinzugefügt
SL/Controller/PaymentTerm.pm | ||
---|---|---|
25 | 25 |
my ($self) = @_; |
26 | 26 |
|
27 | 27 |
$self->render('payment_term/list', |
28 |
title => $::locale->text('Payment terms'),
|
|
28 |
title => $::locale->text('Payment terms'), |
|
29 | 29 |
PAYMENT_TERMS => SL::DB::Manager::PaymentTerm->get_all_sorted); |
30 | 30 |
} |
31 | 31 |
|
Auch abrufbar als: Unified diff
Kosmetik: Ausrichtung