updaet 20250226
This commit is contained in:
@@ -58,6 +58,7 @@ namespace OnDoc
|
||||
mitarbeiter = mitarbeiter.Substring(mitarbeiter.IndexOf("\\") + 1);
|
||||
Logging.Logging.Debug("EDK-Umleitung", args[0], "");
|
||||
AppParams.currenttgnummer = mitarbeiter;
|
||||
AppParams.systemtgnummer = mitarbeiter;
|
||||
db.Get_Tabledata("Select count(*) from ondoc_edk_routing where aktiv=1 and tgnummer='" + AppParams.currenttgnummer + "'", false, true);
|
||||
if (Convert.ToInt32(db.dsdaten.Tables[0].Rows[0][0]) > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user