Update 20240723
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -306,6 +306,14 @@ namespace Database
|
||||
dok.iMutierertieam = Convert.ToInt32(DocData.Team);
|
||||
dok.iErstellerteam = Convert.ToInt32(DocData.Team); ;
|
||||
dok.daErstellungsdatum = Convert.ToDateTime(DocData.DokumentDatum);
|
||||
if (doktyp.bElDokImport == true)
|
||||
{
|
||||
dok.iColdstatus = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
dok.iColdstatus = 0;
|
||||
}
|
||||
|
||||
db.Get_Tabledata("Select * from office_vorlage where office_vorlagenr=" + doktyp.iOffice_vorlagenr.ToString(),false,true);
|
||||
string dokumentname = "";
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user