Skip to content

Commit

Permalink
MAGETWO-82562: Coupon codes not showing in invoice #11635
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Oct 25, 2017
2 parents 029c98a + 793900d commit a479dc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/code/Magento/Sales/etc/fieldset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,12 @@
<aspect name="to_quote_address_shipping" />
<aspect name="to_cm"/>
</field>
<field name="discount_description">
<aspect name="to_quote" />
<aspect name="to_invoice" />
<aspect name="to_shipment" />
<aspect name="to_cm" />
</field>
<field name="shipping_amount">
<aspect name="to_quote_address_shipping" />
<aspect name="to_cm"/>
Expand Down

0 comments on commit a479dc3

Please sign in to comment.