From 0c5fbf497a4ccef513d050c3c4acfcf15e8e529c Mon Sep 17 00:00:00 2001 From: BhushanSharma Date: Wed, 17 Mar 2021 15:12:08 +0530 Subject: [PATCH] COM-3305 Fixed review comments remove function check --- scripts/modules/b2b-account/quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/modules/b2b-account/quotes.js b/scripts/modules/b2b-account/quotes.js index 70ecce90d..507499fd7 100644 --- a/scripts/modules/b2b-account/quotes.js +++ b/scripts/modules/b2b-account/quotes.js @@ -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();