Skip to content

Commit

Permalink
Updated 2.3-develop patch branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurseepossible committed Jun 2, 2018
1 parent 98265ab commit ac220b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Sales/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@
<item name="shipping_address" xsi:type="object">ShippingAddressAggregator</item>
<item name="shipping_information" xsi:type="string">sales_order.shipping_description</item>
<item name="subtotal" xsi:type="string">sales_invoice.base_subtotal</item>
<item name="shipping_and_handling" xsi:type="string">sales_invoice.base_shipping_amount</item>
<item name="shipping_and_handling" xsi:type="string">sales_order.base_shipping_amount</item>
<item name="base_grand_total" xsi:type="string">sales_invoice.base_grand_total</item>
<item name="grand_total" xsi:type="string">sales_invoice.grand_total</item>
<item name="created_at" xsi:type="string">sales_invoice.created_at</item>
Expand Down

0 comments on commit ac220b7

Please sign in to comment.