We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9639f80 + eda5057 commit 072fd87Copy full SHA for 072fd87
app/code/Magento/Sales/view/adminhtml/web/order/create/scripts.js
@@ -1248,7 +1248,8 @@ define([
1248
params.store_id = this.storeId;
1249
}
1250
1251
- var currentCustomerGroupId = $(parameters.groupIdHtmlId).value;
+ var currentCustomerGroupId = $(parameters.groupIdHtmlId)
1252
+ ? $(parameters.groupIdHtmlId).value : '';
1253
1254
new Ajax.Request(parameters.validateUrl, {
1255
parameters: params,
0 commit comments