Skip to content

Commit 32a3c18

Browse files
Fixed order email tax sorting.
1 parent 825fcb1 commit 32a3c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Weee/view/frontend/layout/sales_email_order_items.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<referenceBlock name="order_totals">
1111
<block class="Magento\Weee\Block\Sales\Order\Totals" name="weee_ord_totals">
1212
<action method="setBeforeCondition">
13-
<argument name="condition" xsi:type="string">grand_total</argument>
13+
<argument name="condition" xsi:type="string">tax</argument>
1414
</action>
1515
</block>
1616
</referenceBlock>

0 commit comments

Comments
 (0)