update 20250212

This commit is contained in:
Stefan Hutter
2025-02-12 20:40:38 +01:00
parent f8f1404ef9
commit 0969e308a7
77 changed files with 591 additions and 171 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -448,7 +448,7 @@ namespace Database
dok.iMutierer = dok.iErsteller;
dok.iMitarbeiternr = dok.iErsteller;
dok.daMutiertam = DateTime.Now;
dok.daErstelltam = DateTime.Now;
if (!editdoc) { dok.daErstelltam = DateTime.Now; }
dok.iMutiererteam = Convert.ToInt32(DocData.Team);
dok.iMutierertieam = Convert.ToInt32(DocData.Team);
dok.iErstellerteam = Convert.ToInt32(DocData.Team); ;
@@ -559,7 +559,7 @@ namespace Database
int approved2 = DocData.approval2;
if (Convert.ToBoolean(db.dsdaten.Tables[0].Rows[0]["Unterschrift_Pruefung"]) == true || DocData.As_Faksimile == "True")
{
toapprove = 1;
//toapprove = 1;
//if (dok.iUnterschriftlinks == dok.iErsteller) { approved1 = 1; }
//if (dok.iUnterschriftrechts == dok.iErsteller) { approved2 = 1; }
}

Binary file not shown.

Binary file not shown.