Revision db14c71c
SL/DATEV.pm | ||
---|---|---|
$csv_file->close;
|
||
$self->{warnings} = $datev_csv->warnings;
|
||
|
||
$self->_create_xml_and_documents if $self->{documents} && %{ $self->{guids} || {} };
|
||
$self->_create_xml_and_documents if $self->{documents} && $self->{guids} && %{ $self->{guids} };
|
||
|
||
# convert utf-8 to cp1252//translit if set
|
||
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