Revision df2057b8
Von Sven Schöling vor mehr als 8 Jahren hinzugefügt
SL/Controller/CsvImport/Part.pm | ||
---|---|---|
223 | 223 |
$object->buchungsgruppen_id(undef) if $object->buchungsgruppen_id && !$self->bg_by->{id}->{ $object->buchungsgruppen_id }; |
224 | 224 |
|
225 | 225 |
# 3. Look up name if supplied. |
226 |
if (!$object->buchungsgruppen_id) { |
|
226 |
if (!$object->buchungsgruppen_id && $entry->{raw_data}->{buchungsgruppe}) {
|
|
227 | 227 |
my $bg = $self->bg_by->{description}->{ $entry->{raw_data}->{buchungsgruppe} }; |
228 | 228 |
$object->buchungsgruppen_id($bg->id) if $bg; |
229 | 229 |
} |
Auch abrufbar als: Unified diff
CsvImport/Part: uninitialized hash value warning behoben