File tree Expand file tree Collapse file tree
SalesOrdersDataExporter/etc Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112112 <field name =" qtyRefunded" type =" Float" />
113113 <field name =" qtyCanceled" type =" Float" />
114114 <field name =" productType" type =" String" />
115+ <field name =" productOptions" type =" String" />
115116 <field name =" itemsShippedTogether" type =" Boolean"
116117 provider =" Magento\SalesOrdersDataExporter\Model\Provider\Items\OrderItemAdjustment" >
117118 <using field =" entityId" />
Original file line number Diff line number Diff line change 9595 <attribute name =" qty_refunded" alias =" qtyRefunded" />
9696 <attribute name =" qty_canceled" alias =" qtyCanceled" />
9797 <attribute name =" product_type" alias =" productType" />
98- <attribute name =" product_options" /> <!-- used to calculate itemsShippedTogether -->
98+ <attribute name =" product_options" alias = " productOptions " /> <!-- used to calculate itemsShippedTogether -->
9999 <attribute name =" sku" />
100100 <attribute name =" name" />
101101 <attribute name =" qty_ordered" alias =" qty" />
You can’t perform that action at this time.
0 commit comments