update 20260420

This commit is contained in:
Stefan Hutter
2026-04-20 13:03:20 +02:00
parent c60ba71f9d
commit 9629f247f9
81 changed files with 289 additions and 138 deletions
@@ -1300,7 +1300,7 @@ namespace API_NetFramework.Controllers
Logging.APIDocLog.Debug("Create CLMDocItem", "CreateCLM", guid, "");
db.Get_Tabledata("Select dokumenttypneu from mondoc_clm_dokumenttyp_mapping where dokumenttypalt=" + dataj.Dokumenttyp.ToString(), false, true);
//db.Get_Tabledata("Select dokumenttypneu from ondoc_clm_dokumenttyp_mapping where dokumenttypalt=" + dataj.Dokumenttyp.ToString(), false, true);
db.Get_Tabledata("Select dokumenttypneu from ondoc_clm_dokumenttyp_mapping where aktiv=1 and dokumenttypalt=" + dataj.Dokumenttyp.ToString(), false, true);
if (db.dsdaten.Tables[0].Rows.Count > 0)
{