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