update 20250205

This commit is contained in:
Stefan Hutter
2025-02-05 19:38:22 +01:00
parent 00eae8a837
commit 678e0622fd
311 changed files with 60684 additions and 2287 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -2141,6 +2141,16 @@ namespace Database
//return true;
}
public bool dokument_reaktivieren(string dokumentid, string mitarbeiternr)
{
clear_parameter();
add_parameter("@fnkt", "8");
add_parameter("@dokumentid", dokumentid);
add_parameter("@value1", mitarbeiternr);
Get_Tabledata("sp_edoka_onbase", true, false);
return true;
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.