update 20250309

This commit is contained in:
Stefan Hutter
2025-03-09 08:12:30 +01:00
parent 3ad46bb5ef
commit 238e592ec8
46 changed files with 335 additions and 129 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1837,7 +1837,7 @@ namespace Database
add_parameter("@manr", mitarbeiternr.ToString());
add_parameter("@vertrag", "0");
add_parameter("@doktypnr", sb.dokumenttypnr.ToString());
Get_Tabledata("dbo.sp_edex_sb_check_partner", true, false);
Get_Tabledata("dbo.OnDoc_sb_check_partner", true, false);
return dsdaten.Tables[0];
}

Binary file not shown.

Binary file not shown.