Skip to content

Commit

Permalink
Fixes magento#10255: base_shipping_discount_tax_compensation_amnt was…
Browse files Browse the repository at this point in the history
… empty from order onwards
  • Loading branch information
Anton Evers committed Aug 4, 2017
1 parent 249863e commit a3599fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Sales/etc/fieldset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<aspect name="to_order" />
</field>
<field name="base_shipping_discount_tax_compensation_amount">
<aspect name="to_order" />
<aspect name="to_order" targetField="base_shipping_discount_tax_compensation_amnt" />
</field>
<field name="prefix">
<aspect name="to_order_address" />
Expand Down

0 comments on commit a3599fe

Please sign in to comment.