Bernd Wurst commited on 2024-02-14 08:31:56
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
... | ... |
@@ -121,7 +121,7 @@ def InvoiceToXML(invoice): |
121 | 121 |
li.document.line_id = f"{line_id_count}" |
122 | 122 |
li.product.name = el['subject'] |
123 | 123 |
if 'desc' in el and el['desc'] != '': |
124 |
- desc = li.product.description = el['desc'] |
|
124 |
+ li.product.description = el['desc'] |
|
125 | 125 |
|
126 | 126 |
if 'period_start' in el and el['period_start']: |
127 | 127 |
if 'period_end' in el and el['period_end']: |
128 | 128 |