Revision c10e2110
Von Moritz Bunkus vor etwa 7 Jahren hinzugefügt
SL/DATEV.pm | ||
---|---|---|
1050 | 1050 |
$datev_data{buchungsschluessel} = $taxkey; |
1051 | 1051 |
} |
1052 | 1052 |
|
1053 |
push(@datev_lines, \%datev_data); |
|
1053 |
push(@datev_lines, \%datev_data) if $datev_data{umsatz};
|
|
1054 | 1054 |
} |
1055 | 1055 |
|
1056 | 1056 |
# example of modifying export data: |
Auch abrufbar als: Unified diff
DATEV-CSV: Einträge ohne Umsatz nicht versuchen zu exportieren