Update 20240719
This commit is contained in:
@@ -175,6 +175,12 @@ namespace OnDoc
|
||||
{
|
||||
if (EDK_Data.action == EDK_ActionType.DokumentErstellung)
|
||||
{
|
||||
string partnernr = EDK_Data.GetAVQ_Parameter("Partnernr");
|
||||
string dokumenttypnr = EDK_Data.GetAVQ_Parameter("dokumenttypnr");
|
||||
int doktyp = Convert.ToInt32(dokumenttypnr);
|
||||
doktyp = doktyp - 900000000;
|
||||
dokList1.createnewdoc(Convert.ToInt32(partnernr), doktyp, "Yes", "Yes");
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user