Skip to content

Commit

Permalink
Corrected Invoice Grid Column Subtotal value to copy from. Changed fr…
Browse files Browse the repository at this point in the history
…om sales_order to sales_invoice
  • Loading branch information
ankurseepossible committed Feb 27, 2018
1 parent 95626aa commit 1d988f8
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="billing_address" xsi:type="object">BillingAddressAggregator</item>
<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_order.base_subtotal</item>
<item name="subtotal" xsi:type="string">sales_invoice.base_subtotal</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>
Expand Down

0 comments on commit 1d988f8

Please sign in to comment.