update 20250317
This commit is contained in:
@@ -5,6 +5,7 @@ using OnDoc.Diverses;
|
||||
using OnDoc.DocMgmt;
|
||||
using OnDoc.Klassen;
|
||||
using Syncfusion.WinForms.Controls;
|
||||
using Syncfusion.XlsIO.Implementation;
|
||||
using System;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
@@ -294,6 +295,10 @@ namespace OnDoc
|
||||
{
|
||||
dokList1.createdocumentpaket(Convert.ToInt32(ExternalCall.partnernr), Convert.ToInt32(ExternalCall.dokumenttypnr));
|
||||
}
|
||||
if (ExternalCall.function.ToLower() == "createsb")
|
||||
{
|
||||
dokList1.createsb(Convert.ToInt32(ExternalCall.dokumenttypnr));
|
||||
}
|
||||
|
||||
if (ExternalCall.unterschriftenpruefung == "Yes")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user