ATD auch ohne ATA mit Admin Berechtigungen
This commit is contained in:
parent
f596a53a38
commit
65094848be
@ -636,7 +636,7 @@ namespace ENI2
|
||||
DBManager.GetSingleCon(Properties.Settings.Default.ConnectionString).Save(aMessage);
|
||||
}
|
||||
|
||||
if (!ata_queued_or_sent)
|
||||
if ((!ata_queued_or_sent ) && !DBManager.Instance.GetReportingPartyDict()[App.UserId.Value].IsAdmin)
|
||||
{
|
||||
aMessage.InternalStatus = Message.BSMDStatus.SUSPENDED;
|
||||
aMessage.ChangedBy = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user