diff --git a/ENI2/ENI2.csproj b/ENI2/ENI2.csproj
index a0dc5c09..88c5baf4 100644
--- a/ENI2/ENI2.csproj
+++ b/ENI2/ENI2.csproj
@@ -36,8 +36,8 @@
5.4.0.0
true
publish.html
- 12
- 7.9.0.%2a
+ 0
+ 7.10.0.%2a
false
true
true
diff --git a/ENI2/Excel/ExcelUtil.cs b/ENI2/Excel/ExcelUtil.cs
index 89017150..9ab432e0 100644
--- a/ENI2/Excel/ExcelUtil.cs
+++ b/ENI2/Excel/ExcelUtil.cs
@@ -2019,7 +2019,7 @@ namespace ENI2.Excel
{
if (Int32.TryParse(ladg.CargoCodeNST, out int ccnst))
{
- if ((ccnst <= 0) && (ccnst > 20))
+ if ((ccnst <= 0) || (ccnst > 20))
{
ladg.CargoCodeNST = null;
}