We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a4b7f commit 1d3226dCopy full SHA for 1d3226d
1 file changed
scripts/modules/b2b-account/quotes.js
@@ -205,10 +205,7 @@ define([
205
},
206
filter: function(collection) {
207
var filterStr = "";
208
- var qName = $("#searchName").val();
209
- if (typeof String.prototype.mzCheckSpacialChar === 'function') {
210
- qName = $("#searchName").val().mzCheckSpacialChar();
211
- }
+ var qName = $("#searchName").val().mzCheckSpacialChar();
212
var qNumber = $("#searchQuoteNumber").val();
213
var status = $("#statusDropdown").val();
214
var expDate = $("#expirationdate").val();
0 commit comments