Skip to content

Commit

Permalink
MAGETWO-71360: Fixes magento#10255: base_shipping_discount_tax_compen…
Browse files Browse the repository at this point in the history
…sation_amnt was empty from order onwards magento#10435
  • Loading branch information
ishakhsuvarov authored Aug 4, 2017
2 parents 0619d9e + 932e97d commit d766ca3
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 d766ca3

Please sign in to comment.