projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07062a3
)
Kosmetik: Ausrichtung
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 16 Jun 2015 13:47:50 +0000
(15:47 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 18 Jun 2015 11:51:37 +0000
(13:51 +0200)
SL/Controller/PaymentTerm.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/PaymentTerm.pm
b/SL/Controller/PaymentTerm.pm
index
b504bb7
..
da5850d
100644
(file)
--- 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);
}