update 20250406
This commit is contained in:
@@ -122,7 +122,7 @@ namespace OnDoc.UIControls.Administrator
|
||||
db.Get_Tabledata("Select * from Dokumenttyp_BP_Person_Erstellung where dokumenttypnr=" + dokumenttypnr.ToString(), false, true);
|
||||
if (db.dsdaten.Tables[0].Rows.Count != 0)
|
||||
{
|
||||
erstellungstyp = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0][0]);
|
||||
erstellungstyp = Convert.ToInt32(db.dsdaten.Tables[0].Rows[0][1]);
|
||||
}
|
||||
|
||||
db.Get_Tabledata("Select * from dokumenttyp where dokumenttypnr = " + dokumenttypnr.ToString(), false, true);
|
||||
|
||||
Reference in New Issue
Block a user