Update 20260426

This commit is contained in:
Stefan Hutter
2026-04-26 09:09:54 +02:00
parent 9629f247f9
commit d3d7b06872
79 changed files with 11391 additions and 146 deletions
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -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.