We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a8ac7a + 772b97f commit 626d1e4Copy full SHA for 626d1e4
app/code/Magento/Sales/etc/fieldset.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0"?>
2
<!--
3
/**
4
- * Copyright © 2013-2017 Magento, Inc. All rights reserved.
+ * Copyright © 2013-2018 Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
6
*/
7
-->
@@ -486,6 +486,12 @@
486
<aspect name="to_quote_address_shipping" />
487
<aspect name="to_cm"/>
488
</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>
495
<field name="shipping_amount">
496
497
0 commit comments