Finish v2.1.0(15)
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<!-- Versions -->
|
<!-- Versions -->
|
||||||
<ApplicationDisplayVersion>2.1.0</ApplicationDisplayVersion>
|
<ApplicationDisplayVersion>2.1.0</ApplicationDisplayVersion>
|
||||||
<ApplicationVersion>14</ApplicationVersion>
|
<ApplicationVersion>15</ApplicationVersion>
|
||||||
|
|
||||||
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
|
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
|
||||||
<!--<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
|
<!--<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">
|
||||||
|
|||||||
@@ -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