Skip to content

Commit 124f393

Browse files
author
Stanislav Idolov
committed
MAGETWO-80191: [2.2.x] - Fixes #10255: base_shipping_discount_tax_compensation_amnt was empty from order onwards #10435
1 parent 7ca7002 commit 124f393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/etc/fieldset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@
279279
<aspect name="to_order" />
280280
</field>
281281
<field name="base_shipping_discount_tax_compensation_amount">
282-
<aspect name="to_order" />
282+
<aspect name="to_order" targetField="base_shipping_discount_tax_compensation_amnt"/>
283283
</field>
284284
<field name="prefix">
285285
<aspect name="to_order_address" />

0 commit comments

Comments
 (0)