20250216
This commit is contained in:
@@ -420,7 +420,7 @@ namespace Database
|
||||
dok.iUnterschriftrechts = Convert.ToInt32(DocData.Unterschrift_Rechts);
|
||||
//db.Get_Mitarbeiternr(DocData.Unterschrift_Links);
|
||||
//dok.iUnterschriftrechts = db.Get_Mitarbeiternr(DocData.Unterschrift_Rechts);
|
||||
dok.iErsteller = Convert.ToInt32(DocData.Ersteller);
|
||||
|
||||
dok.iVerantwortlich = Convert.ToInt32(DocData.Verantwortlich);
|
||||
dok.sBezeichnung = DocData.Bezeichnung;
|
||||
dok.daTermin = Convert.ToDateTime(DocData.Termin);
|
||||
@@ -446,9 +446,14 @@ namespace Database
|
||||
// dok.sBezeichnung = doktyp.sBezeichnung;
|
||||
dok.iNrpar00 = Convert.ToInt32(DocData.PartnerNr);
|
||||
dok.iMutierer = dok.iErsteller;
|
||||
dok.iMutierer = Convert.ToInt32(DocData.Ersteller);
|
||||
dok.iMitarbeiternr = dok.iErsteller;
|
||||
dok.iMitarbeiternr = Convert.ToInt32(DocData.Ersteller);
|
||||
dok.daMutiertam = DateTime.Now;
|
||||
if (!editdoc) { dok.daErstelltam = DateTime.Now; }
|
||||
if (!editdoc) {
|
||||
dok.daErstelltam = DateTime.Now;
|
||||
dok.iErsteller = Convert.ToInt32(DocData.Ersteller);
|
||||
}
|
||||
dok.iMutiererteam = Convert.ToInt32(DocData.Team);
|
||||
dok.iMutierertieam = Convert.ToInt32(DocData.Team);
|
||||
dok.iErstellerteam = Convert.ToInt32(DocData.Team); ;
|
||||
|
||||
Reference in New Issue
Block a user