Guest User

Untitled

a guest
Oct 12th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  3. <virtualType name="MagentoSalesModelResourceModelOrderGrid" type="MagentoSalesModelResourceModelGrid">
  4. <arguments>
  5. <argument name="columns" xsi:type="array">
  6. <item name="custom_column_name" xsi:type="string">sales_order.custom_column_name</item>
  7. </argument>
  8. </arguments>
  9. </virtualType>
  10. </config>
Add Comment
Please, Sign In to add comment