From 5357aec06314c90ff1143fba290734bf4041f03b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 16 Jun 2015 15:47:50 +0200 Subject: [PATCH] Kosmetik: Ausrichtung --- SL/Controller/PaymentTerm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/PaymentTerm.pm b/SL/Controller/PaymentTerm.pm index b504bb7ad..da5850df4 100644 --- a/SL/Controller/PaymentTerm.pm +++ b/SL/Controller/PaymentTerm.pm @@ -25,7 +25,7 @@ sub action_list { 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); } -- 2.20.1