File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Sales/Model/AdminOrder Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1366,7 +1366,7 @@ protected function _createCustomerForm(\Magento\Customer\Api\Data\CustomerInterf
1366
1366
'adminhtml_checkout ' ,
1367
1367
$ this ->customerMapper ->toFlatArray ($ customer ),
1368
1368
false ,
1369
- CustomerForm::IGNORE_INVISIBLE
1369
+ CustomerForm::DONT_IGNORE_INVISIBLE
1370
1370
);
1371
1371
1372
1372
return $ customerForm ;
@@ -1685,7 +1685,6 @@ public function setAccountData($accountData)
1685
1685
$ accountData ['email ' ] = $ customer ->getEmail ();
1686
1686
}
1687
1687
$ form = $ this ->_createCustomerForm ($ customer );
1688
- $ form ->setInvisibleIgnored (CustomerForm::DONT_IGNORE_INVISIBLE );
1689
1688
1690
1689
// emulate request
1691
1690
$ request = $ form ->prepareRequest ($ accountData );
You can’t perform that action at this time.
0 commit comments