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