We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909819f commit b3bd7e4Copy full SHA for b3bd7e4
pos_receipt_hide_price/static/src/xml/OrderReceipt.xml
@@ -89,5 +89,8 @@
89
<xpath expr="//t[@t-if='isTaxIncluded']/div" position="attributes">
90
<attribute name="t-att-class">{'oe_hidden': priceHidden}</attribute>
91
</xpath>
92
+ <xpath expr="//t[@t-if='isTaxIncluded']/t[@t-foreach]/div" position="attributes">
93
+ <attribute name="t-att-class">{'oe_hidden': priceHidden}</attribute>
94
+ </xpath>
95
</t>
96
</templates>
0 commit comments