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:
ef2b5e9
)
Doku-Fehler behoben
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 3 Sep 2012 08:57:09 +0000
(10:57 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 3 Sep 2012 08:57:09 +0000
(10:57 +0200)
SL/Controller/Helper/Sorted.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Helper/Sorted.pm
b/SL/Controller/Helper/Sorted.pm
index
959dff9
..
f522d9d
100644
(file)
--- a/
SL/Controller/Helper/Sorted.pm
+++ b/
SL/Controller/Helper/Sorted.pm
@@
-144,7
+144,7
@@
In a controller:
sub action_list {
my ($self) = @_;
- my $sorted_models = $self->get_
sorted
;
+ my $sorted_models = $self->get_
models
;
$self->render('controller/list', ENTRIES => $sorted_models);
}