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:
8b85c42
)
Projekte: Rebase-Fehler für »db_args, pre_parse_filter und flat_filter entfernt«...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 23 Jan 2014 13:28:06 +0000
(14:28 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 1 Apr 2014 11:12:28 +0000
(13:12 +0200)
SL/Controller/Project.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Project.pm
b/SL/Controller/Project.pm
index
8c86209
..
f028b9e
100644
(file)
--- a/
SL/Controller/Project.pm
+++ b/
SL/Controller/Project.pm
@@
-183,19
+183,6
@@
sub get_linked_records {
)]);
}
-sub setup_db_args_from_filter {
- my ($self) = @_;
-
- $self->{filter} = {};
- my %args = parse_filter(
- $self->_pre_parse_filter($::form->{filter}, $self->{filter}),
- with_objects => [ 'customer', 'project_type' ],
- launder_to => $self->{filter},
- );
-
- $self->db_args(\%args);
-}
-
sub prepare_report {
my ($self) = @_;