Skip to content

Commit 928e966

Browse files
Issue #24225 fixed: FPT / Tax Totals Sorting Not Correct
1 parent 52f9fd4 commit 928e966

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/code/Magento/Weee/view/adminhtml/layout/sales_order_creditmemo_new.xml

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

app/code/Magento/Weee/view/adminhtml/layout/sales_order_creditmemo_view.xml

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

app/code/Magento/Weee/view/adminhtml/layout/sales_order_invoice_new.xml

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

app/code/Magento/Weee/view/adminhtml/layout/sales_order_invoice_view.xml

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

app/code/Magento/Weee/view/adminhtml/layout/sales_order_view.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">tax</argument>
13+
<argument name="condition" xsi:type="string">grand_total</argument>
1414
</action>
1515
</block>
1616
</referenceBlock>

0 commit comments

Comments
 (0)