Skip to content

Commit 447af39

Browse files
author
Oleksii Korshenko
committed
MAGETWO-82563: Coupon codes not showing in invoice [2.3-develop Backport] #11642
- Merge Pull Request #11642 from crissanclick/magento2:InvoiceCouponCodesBackport - Merged commits: 1. c8ebf87
2 parents e7c5bb5 + c8ebf87 commit 447af39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)