Skip to content

Commit b3bd7e4

Browse files
committed
[FIX] pos_receipt_hide_price: taxes
1 parent 909819f commit b3bd7e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pos_receipt_hide_price/static/src/xml/OrderReceipt.xml

+3
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,8 @@
8989
<xpath expr="//t[@t-if='isTaxIncluded']/div" position="attributes">
9090
<attribute name="t-att-class">{'oe_hidden': priceHidden}</attribute>
9191
</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>
9295
</t>
9396
</templates>

0 commit comments

Comments
 (0)