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:
4753781
)
Überflüssige Zeilen entfernt
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 3 Mar 2011 08:36:59 +0000
(09:36 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 16 Jun 2011 07:30:03 +0000
(09:30 +0200)
SL/Controller/CsvImport/Part.pm
patch
|
blob
|
history
diff --git
a/SL/Controller/CsvImport/Part.pm
b/SL/Controller/CsvImport/Part.pm
index
45f4794
..
6de1a07
100644
(file)
--- a/
SL/Controller/CsvImport/Part.pm
+++ b/
SL/Controller/CsvImport/Part.pm
@@
-103,9
+103,6
@@
sub check_objects {
return unless @{ $self->controller->data };
foreach my $entry (@{ $self->controller->data }) {
- my $object = $entry->{object};
- my $raw_data = $entry->{raw_data};
-
next unless $self->check_buchungsgruppe($entry);
next unless $self->check_type($entry);
next unless $self->check_unit($entry);