Revision c2796317
Von Bernd Bleßmann vor mehr als 11 Jahren hinzugefügt
SL/DATEV.pm | ||
---|---|---|
465 | 465 |
next; |
466 | 466 |
} |
467 | 467 |
|
468 |
# determine at which array position the reference value (called absumsatz) is
|
|
468 |
# determine at which array position the reference value (called absumsatz) is |
|
469 | 469 |
# and which amount it has |
470 | 470 |
|
471 | 471 |
for my $j (0 .. (scalar(@{$trans}) - 1)) { |
472 |
|
|
472 |
|
|
473 | 473 |
# Three cases: |
474 | 474 |
# 1: gl transaction (Dialogbuchung), invoice is false, no double split booking allowed |
475 | 475 |
|
Auch abrufbar als: Unified diff
Kosmetik: Leerzeichen am Zeilenende weg.