File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
app/code/Magento/Sales/etc Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 745
745
<virtualType name =" ShippingAddressAggregator" type =" Magento\Framework\DB\Sql\ConcatExpression" >
746
746
<arguments >
747
747
<argument name =" columns" xsi : type =" array" >
748
+ <item name =" company" xsi : type =" array" >
749
+ <item name =" tableAlias" xsi : type =" string" >sales_shipping_address</item >
750
+ <item name =" columnName" xsi : type =" string" >company</item >
751
+ </item >
748
752
<item name =" street" xsi : type =" array" >
749
753
<item name =" tableAlias" xsi : type =" string" >sales_shipping_address</item >
750
754
<item name =" columnName" xsi : type =" string" >street</item >
768
772
<virtualType name =" BillingAddressAggregator" type =" Magento\Framework\DB\Sql\ConcatExpression" >
769
773
<arguments >
770
774
<argument name =" columns" xsi : type =" array" >
775
+ <item name =" company" xsi : type =" array" >
776
+ <item name =" tableAlias" xsi : type =" string" >sales_billing_address</item >
777
+ <item name =" columnName" xsi : type =" string" >company</item >
778
+ </item >
771
779
<item name =" street" xsi : type =" array" >
772
780
<item name =" tableAlias" xsi : type =" string" >sales_billing_address</item >
773
781
<item name =" columnName" xsi : type =" string" >street</item >
You can’t perform that action at this time.
0 commit comments