update 20250226
This commit is contained in:
@@ -59,6 +59,7 @@ namespace OnDoc.UIControls
|
||||
{
|
||||
try
|
||||
{
|
||||
if (PrintDokID == dokumentid) { return; }
|
||||
PrintDokID = dokumentid;
|
||||
clsdok dok = new clsdok("", "", "");
|
||||
if (dokumentid.Length > 25) { dok.dokument = dokumentid; } else { dok = GetDoc(true, dokumentid); }
|
||||
|
||||
Reference in New Issue
Block a user