Commit e3e93d11 authored by VTHIEN's avatar VTHIEN

fixed

parent d3903599
...@@ -419,8 +419,9 @@ namespace Sieve.Services ...@@ -419,8 +419,9 @@ namespace Sieve.Services
if (filterTerm.Values == null) continue; if (filterTerm.Values == null) continue;
foreach (var filterTermValue in filterTerm.Values) foreach (var filterTermValue1 in filterTerm.Values)
{ {
var filterTermValue = (new RemoveVietNamSign()).RemoveSignVietnameseString(filterTermValue1);
//string filterTermValue = this.RemoveSign4VietnameseString(filterTermValue1); //Added by thien to emove vietnam //string filterTermValue = this.RemoveSign4VietnameseString(filterTermValue1); //Added by thien to emove vietnam
dynamic constantVal = converter.CanConvertFrom(typeof(string)) dynamic constantVal = converter.CanConvertFrom(typeof(string))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment