Revision 20fefc73
SL/DATEV.pm | ||
---|---|---|
353 | 353 |
$csv_file->close; |
354 | 354 |
$self->{warnings} = $datev_csv->warnings; |
355 | 355 |
|
356 |
$self->_create_xml_and_documents if $self->{documents} && %{ $self->{guids} || {} };
|
|
356 |
$self->_create_xml_and_documents if $self->{documents} && $self->{guids} && %{ $self->{guids} };
|
|
357 | 357 |
|
358 | 358 |
# convert utf-8 to cp1252//translit if set |
359 | 359 |
if ($::instance_conf->get_datev_export_format eq 'cp1252-translit') { |
Auch abrufbar als: Unified diff
Logische Kosmetik, für mich besser lesbar
falls $self->{guids} nicht leer ist, anschließend prüfen, ob
dieser ein nicht leerer hashref ist