update 20260420
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user