UPDATE 20250407

This commit is contained in:
Stefan Hutter
2025-04-07 20:34:43 +02:00
parent 42c86d957c
commit 2ac3265dcd
55 changed files with 648 additions and 492 deletions

View File

@@ -254,7 +254,7 @@ namespace Versandstrasse
//if (vsd.LogoHeigth == 0) { vsd.LogoHeigth = height; }
//if (vsd.LogoWidth == 0) { vsd.LogoWidth = width; }
//vsd.sourcedokument = dokument;
if (vscript.dokuments[0].sourcedokument=="") { vscript.dokuments[0].sourcedokument=dokument; }
int i = 1;
List<String> copyparts = vscript.PartCopies.Split(';').ToList();
foreach (string cp in copyparts)