Bernd Wurst commited on 2025-05-04 06:36:09
Zeige 1 geänderte Dateien mit 0 Einfügungen und 2 Löschungen.
... | ... |
@@ -165,8 +165,6 @@ def InvoiceToXML(invoice): |
165 | 165 |
if isinstance(part, InvoiceTable): |
166 | 166 |
last_title = None |
167 | 167 |
for el in part.entries: |
168 |
- from pprint import pprint |
|
169 |
- pprint(el) |
|
170 | 168 |
|
171 | 169 |
if el['type'] == 'title': |
172 | 170 |
# Diese Information ist im XML nicht auf diese Weise darstellbar |
173 | 171 |