[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");
|
string output_inter = outputPath.Replace(".pdf", "-internation.pdf");
|
||||||
|
|
||||||
if(addresses_german.Count > 0) CreateAddressLabelPdfWithPlaceholder(addresses_german, placeholderText, outputPath);
|
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)
|
if (_settings.exportRunningSheets)
|
||||||
{
|
{
|
||||||
@@ -958,6 +958,8 @@ public class PdfBuilder
|
|||||||
int bundleOnPallet =
|
int bundleOnPallet =
|
||||||
(firstIndex % Settings._instance.pdfExport.rsBundNrPal) + 1;
|
(firstIndex % Settings._instance.pdfExport.rsBundNrPal) + 1;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DrawInternationalRunningSheet(
|
DrawInternationalRunningSheet(
|
||||||
gfx,
|
gfx,
|
||||||
marginX,
|
marginX,
|
||||||
@@ -1021,7 +1023,8 @@ public class PdfBuilder
|
|||||||
XFont fontBig,
|
XFont fontBig,
|
||||||
int pal_nr,
|
int pal_nr,
|
||||||
int bundleOnPallet,
|
int bundleOnPallet,
|
||||||
int totalBundleNumber)
|
int totalBundleNumber,
|
||||||
|
string category = "ECONOMY Non-EU")
|
||||||
{
|
{
|
||||||
double line = 1.0;
|
double line = 1.0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user