Compare commits
2 Commits
v2.1.0(14)
...
42004f82a1
| Author | SHA1 | Date | |
|---|---|---|---|
| 42004f82a1 | |||
| cf6e11193e |
@@ -479,8 +479,8 @@
|
|||||||
if (ActivityModel.CodAnag == null)
|
if (ActivityModel.CodAnag == null)
|
||||||
{
|
{
|
||||||
Commesse = await ManageData.GetTable<JtbComt>(x =>
|
Commesse = await ManageData.GetTable<JtbComt>(x =>
|
||||||
x.CodJcom.Contains(searchValue) ||
|
x.CodJcom.Contains(searchValue, StringComparison.OrdinalIgnoreCase) ||
|
||||||
x.Descrizione.Contains(searchValue)
|
x.Descrizione.Contains(searchValue, StringComparison.OrdinalIgnoreCase)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user