Update 20250118

This commit is contained in:
Stefan Hutter
2025-01-18 21:13:54 +01:00
parent cfd7c00451
commit bc996921a1
65 changed files with 1041 additions and 143 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -425,7 +425,11 @@ namespace Database
{
dok.iColdstatus = 0;
}
if (doktyp.bNurnative == true)
{
dok.bAktiv = false;
dok.sLoeschgrund = "Einzeldokument";
}
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.