Skip to content

Commit d297726

Browse files
author
Oleksii Korshenko
authored
🔃 [EngCom] Public Pull Requests - 2.1-develop
Accepted Public Pull Requests: - #13261: Backport 2.1 for MAGETWO-80428 (by @PieterCappelle) Fixed GitHub Issues: - #10168: Coupon codes not showing in invoice (reported by @DesignDesignInc) has been fixed in #13261 by @PieterCappelle in 2.1-develop branch Related commits: 1. 2523177
2 parents 6a8ac7a + 626d1e4 commit d297726

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<!--
33
/**
4-
* Copyright © 2013-2017 Magento, Inc. All rights reserved.
4+
* Copyright © 2013-2018 Magento, Inc. All rights reserved.
55
* See COPYING.txt for license details.
66
*/
77
-->
@@ -486,6 +486,12 @@
486486
<aspect name="to_quote_address_shipping" />
487487
<aspect name="to_cm"/>
488488
</field>
489+
<field name="discount_description">
490+
<aspect name="to_quote" />
491+
<aspect name="to_invoice" />
492+
<aspect name="to_shipment" />
493+
<aspect name="to_cm" />
494+
</field>
489495
<field name="shipping_amount">
490496
<aspect name="to_quote_address_shipping" />
491497
<aspect name="to_cm"/>

0 commit comments

Comments
 (0)