Revision a928d034
Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt
SL/Controller/CsvImport/Part.pm | ||
---|---|---|
103 | 103 |
return unless @{ $self->controller->data }; |
104 | 104 |
|
105 | 105 |
foreach my $entry (@{ $self->controller->data }) { |
106 |
my $object = $entry->{object}; |
|
107 |
my $raw_data = $entry->{raw_data}; |
|
108 |
|
|
109 | 106 |
next unless $self->check_buchungsgruppe($entry); |
110 | 107 |
next unless $self->check_type($entry); |
111 | 108 |
next unless $self->check_unit($entry); |
Auch abrufbar als: Unified diff
Überflüssige Zeilen entfernt