update 20241011
This commit is contained in:
@@ -12,6 +12,7 @@ using System.Data;
|
||||
using System.Runtime.CompilerServices;
|
||||
using Model;
|
||||
using Database;
|
||||
using NLog.Config;
|
||||
|
||||
namespace DOCGEN
|
||||
{
|
||||
@@ -50,6 +51,7 @@ namespace DOCGEN
|
||||
if (DocData.UseEDOKA_Values.ToUpper() == "TRUE")
|
||||
{
|
||||
DokumentID=db.Create_EDOKA_Doc(this.DocData);
|
||||
Logging.DocLog.Info("Dokument erstellt", "DocGen", DokumentID, docdata.PartnerNr.ToString(), docdata.Ersteller.ToString());
|
||||
}
|
||||
else { DokumentID = ""; };
|
||||
return DokumentID;
|
||||
|
||||
Reference in New Issue
Block a user