[fix:] replaced the condition

This commit is contained in:
2026-06-23 16:13:34 +02:00
parent e20a59a524
commit fd30f4effc
+3
View File
@@ -615,6 +615,8 @@ public class PdfBuilder
int bundleOnPallet2 = int bundleOnPallet2 =
(secondIndex % Settings._instance.pdfExport.rsBundNrPal) + 1; (secondIndex % Settings._instance.pdfExport.rsBundNrPal) + 1;
if (firstIndex + 1 < grouped_nums.Count)
{
DrawGermanyRunningSheet( DrawGermanyRunningSheet(
gfx, gfx,
marginX, marginX,
@@ -632,6 +634,7 @@ public class PdfBuilder
secondIndex + 1 secondIndex + 1
); );
} }
}
document.Save(path); document.Save(path);
} }