Skip to content

Commit

Permalink
[FIX] datev_export_xml: Fix duplicate lines because of t-if instead o…
Browse files Browse the repository at this point in the history
…f t-elif
  • Loading branch information
fkantelberg committed May 15, 2024
1 parent 36684fa commit c9a4d6c
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 @@ -57,7 +57,7 @@
t-att-quantity="'%.02f' % line.quantity"
/>
<invoice_item_list
t-if="line.product_id"
t-elif="line.product_id"
t-call="datev_export_xml.export_invoice_line_item"
t-att-product_id="line.product_id.default_code"
t-att-description_short="(line.name or line.product_id.name)[:40]"
Expand Down

0 comments on commit c9a4d6c

Please sign in to comment.