Skip to content

Commit 392a418

Browse files
author
Oleksandr Iegorov
committed
MAGETWO-99647: Custom customer address attribute (dropdown) not getting populated for addresses for creation of orders in Admin
1 parent cc6672d commit 392a418

File tree

1 file changed

+8
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/Block/Adminhtml/Order/Create/Form

1 file changed

+8
-0
lines changed

dev/tests/integration/testsuite/Magento/Sales/Block/Adminhtml/Order/Create/Form/AddressTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ public function testGetAddressCollectionJson()
122122
'postcode' => '90230',
123123
'telephone' => '3468676',
124124
'vat_id' => false,
125+
'prefix' => false,
126+
'middlename' => false,
127+
'suffix' => false,
128+
'fax' => false
125129
],
126130
$addresses[1]->getId() => [
127131
'telephone' => '845454465',
@@ -135,6 +139,10 @@ public function testGetAddressCollectionJson()
135139
'region' => false,
136140
'region_id' => 0,
137141
'vat_id' => false,
142+
'prefix' => false,
143+
'middlename' => false,
144+
'suffix' => false,
145+
'fax' => false
138146
]
139147
];
140148

0 commit comments

Comments
 (0)