Revision b7c38d99
Von Moritz Bunkus vor fast 5 Jahren hinzugefügt
SL/DB/Helper/ZUGFeRD.pm | ||
---|---|---|
50 | 50 |
# 381 (Credit note) |
51 | 51 |
# 389 (Credit note, self billed invoice) |
52 | 52 |
|
53 |
return $type eq 'credit_note' ? 381 : 380; |
|
53 |
return $type eq 'credit_note' ? 381 |
|
54 |
: $type eq 'invoice_storno' ? 457 |
|
55 |
: $type eq 'credit_note_storno' ? 458 |
|
56 |
: 380; |
|
54 | 57 |
} |
55 | 58 |
|
56 | 59 |
sub _unit_code { |
Auch abrufbar als: Unified diff
ZUGFeRD: richtige Typencodes für Stornos