Skip to content

Commit

Permalink
MAGETWO-69363: Update scripts.js #9686
Browse files Browse the repository at this point in the history
  • Loading branch information
vrann authored May 24, 2017
2 parents 9639f80 + eda5057 commit 072fd87
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,8 @@ define([
params.store_id = this.storeId;
}

var currentCustomerGroupId = $(parameters.groupIdHtmlId).value;
var currentCustomerGroupId = $(parameters.groupIdHtmlId)
? $(parameters.groupIdHtmlId).value : '';

new Ajax.Request(parameters.validateUrl, {
parameters: params,
Expand Down

0 comments on commit 072fd87

Please sign in to comment.