[fix:] replaced the condition
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user