update 20250212
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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.
Reference in New Issue
Block a user