[fix:] national was overwritten by international
This commit is contained in:
+5
-2
@@ -164,7 +164,7 @@ public class PdfBuilder
|
||||
string output_inter = outputPath.Replace(".pdf", "-internation.pdf");
|
||||
|
||||
if(addresses_german.Count > 0) CreateAddressLabelPdfWithPlaceholder(addresses_german, placeholderText, outputPath);
|
||||
if(addresses_inter.Count > 0) CreateAddressLabelPdfWithPlaceholder(addresses_inter, placeholderText, outputPath);
|
||||
if(addresses_inter.Count > 0) CreateAddressLabelPdfWithPlaceholder(addresses_inter, placeholderText, output_inter);
|
||||
|
||||
if (_settings.exportRunningSheets)
|
||||
{
|
||||
@@ -958,6 +958,8 @@ public class PdfBuilder
|
||||
int bundleOnPallet =
|
||||
(firstIndex % Settings._instance.pdfExport.rsBundNrPal) + 1;
|
||||
|
||||
|
||||
|
||||
DrawInternationalRunningSheet(
|
||||
gfx,
|
||||
marginX,
|
||||
@@ -1021,7 +1023,8 @@ public class PdfBuilder
|
||||
XFont fontBig,
|
||||
int pal_nr,
|
||||
int bundleOnPallet,
|
||||
int totalBundleNumber)
|
||||
int totalBundleNumber,
|
||||
string category = "ECONOMY Non-EU")
|
||||
{
|
||||
double line = 1.0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user