Update 20260426
This commit is contained in:
Binary file not shown.
Binary file not shown.
+1
-1
@@ -297,7 +297,7 @@ namespace Database
|
||||
return Convert.ToInt32(mitarbeiter);
|
||||
}
|
||||
|
||||
Get_Tabledata("Select * from mitarbeiter where tgnummer='" + mitarbeiter + "'", false, true);
|
||||
Get_Tabledata("Select * from mitarbeiter where aktiv=1 and tgnummer='" + mitarbeiter + "'", false, true);
|
||||
if (dsdaten.Tables[0].Rows.Count < 1)
|
||||
{
|
||||
return 0;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user