Skip to content

Commit e5f515e

Browse files
author
Mohan Ahuja
committed
ACP2E-356: Cannot create a new customer from Admin if Customer Sharing setting is set to Global
- Fixing static test issues.
1 parent 7e49bfb commit e5f515e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/view/adminhtml/web/js/form/element

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/adminhtml/web/js/form/element/website.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ define([
2525
}
2626

2727
if (option['default_store_view_id']) {
28-
document.getElementsByName("customer[sendemail_store_id]")[0].value = option['default_store_view_id'];
28+
document.getElementsByName('customer[sendemail_store_id]')[0].value = option['default_store_view_id'];
2929
}
3030
return this._super();
3131
}

0 commit comments

Comments
 (0)