Skip to content

Commit

Permalink
Update scripts.js
Browse files Browse the repository at this point in the history
  • Loading branch information
redelschaap authored May 18, 2017
1 parent 265bfae commit 34a1e35
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 34a1e35

Please sign in to comment.