Skip to content

Commit

Permalink
[FIX] datev_export_xml: Skip non-product lines
Browse files Browse the repository at this point in the history
  • Loading branch information
fkantelberg committed Dec 13, 2023
1 parent 0a74d19 commit 01a5cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datev_export_xml/views/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
t-att-quantity="'%.02f' % line.quantity"
/>
<invoice_item_list
t-else=""
t-elif="not line.display_type"
t-call="datev_export_xml.export_invoice_line_item"
t-att-description_short="line.name or ''"
t-att-net_product_price="doc.datev_format_total(prices['total_excluded'], 3)"
Expand Down

0 comments on commit 01a5cf3

Please sign in to comment.