Compare commits
No commits in common. "f58e9e707958081ea8255d9b3f33d043f5c490cb" and "c1e450c18b56a98fcff042b8df5eb5038f20be92" have entirely different histories.
f58e9e7079
...
c1e450c18b
@ -871,7 +871,7 @@ namespace ENI2.DetailViewControls
|
|||||||
break;
|
break;
|
||||||
case NotificationClass.INFO:
|
case NotificationClass.INFO:
|
||||||
if (Core.PoC == "DEHAM") addToSend = false;
|
if (Core.PoC == "DEHAM") addToSend = false;
|
||||||
else addToSend = !((message.ViolationCount ?? 0) > 0);
|
else addToSend = ((message.ViolationCount ?? 0) > 0);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if((message.ViolationCount ?? 0) > 0) addToSend = false;
|
if((message.ViolationCount ?? 0) > 0) addToSend = false;
|
||||||
|
|||||||
@ -36,8 +36,8 @@
|
|||||||
<MinimumRequiredVersion>5.4.0.0</MinimumRequiredVersion>
|
<MinimumRequiredVersion>5.4.0.0</MinimumRequiredVersion>
|
||||||
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
||||||
<WebPage>publish.html</WebPage>
|
<WebPage>publish.html</WebPage>
|
||||||
<ApplicationRevision>1</ApplicationRevision>
|
<ApplicationRevision>0</ApplicationRevision>
|
||||||
<ApplicationVersion>7.2.11.1</ApplicationVersion>
|
<ApplicationVersion>7.2.11.0</ApplicationVersion>
|
||||||
<UseApplicationTrust>false</UseApplicationTrust>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
||||||
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
||||||
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
||||||
|
|||||||
@ -217,7 +217,8 @@ namespace bsmd.database
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
errors.Add(RuleEngine.CreateError(ValidationCode.PORTAREA, "PortArea", this.PortArea ?? "", "INFO", "", this.Tablename));
|
if(this.MessageCore.PoC != "DEHAM")
|
||||||
|
errors.Add(RuleEngine.CreateError(ValidationCode.PORTAREA, "PortArea", this.PortArea ?? "", "INFO", "", this.Tablename));
|
||||||
}
|
}
|
||||||
|
|
||||||
if(DeplacementSummerDraught_TNE.HasValue)
|
if(DeplacementSummerDraught_TNE.HasValue)
|
||||||
|
|||||||
@ -146,13 +146,6 @@ namespace bsmd.database
|
|||||||
};
|
};
|
||||||
this.WasteReceived.Add(foundWasteReceived);
|
this.WasteReceived.Add(foundWasteReceived);
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
if (!foundWasteReceived.AmountWasteReceived_MTQ.HasValue)
|
|
||||||
{
|
|
||||||
foundWasteReceived.AmountWasteReceived_MTQ = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (foundWasteReceived.WasteDescription.IsNullOrEmpty())
|
if (foundWasteReceived.WasteDescription.IsNullOrEmpty())
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user