Skip to content

Commit

Permalink
COM-3305 Fixed review comments remove function check
Browse files Browse the repository at this point in the history
  • Loading branch information
SharmaBhushan committed May 21, 2021
1 parent 3271919 commit 0c5fbf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/modules/b2b-account/quotes.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ define([
filter: function (collection) {
var self = this;
var filterStr = "";
var qName = $("#searchName").val();
var qName = $("#searchName").val().mzCheckSpacialChar();
var qNumber = $("#searchQuoteNumber").val();
var status = $("#statusDropdown").val();
var expDate = $("#expirationdate").val();
Expand Down

0 comments on commit 0c5fbf4

Please sign in to comment.