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:
413addb
)
GDPDU: legacy kommentare und call parameter entfernt
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 9 Nov 2015 13:09:50 +0000
(14:09 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 28 Oct 2016 15:11:19 +0000
(17:11 +0200)
SL/Controller/Gdpdu.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/Gdpdu.pm
b/SL/Controller/Gdpdu.pm
index
871b0ab
..
29b65da
100644
(file)
--- a/
SL/Controller/Gdpdu.pm
+++ b/
SL/Controller/Gdpdu.pm
@@
-1,8
+1,5
@@
package SL::Controller::Gdpdu;
-# TODO:
-# - depending exclusive checkboses via javascript
-
use strict;
use parent qw(SL::Controller::Base);
@@
-39,7
+36,6
@@
sub action_export {
location => $::instance_conf->get_address,
from => $self->from,
to => $self->to,
- all_tables => $::form->{all_tables},
);
my $filename = $gdpdu->generate_export;