SBBMainzReports/Export/FibuExporter - Anpassung PDF-Druck Spaltenzahl
This commit is contained in:
@@ -98,7 +98,7 @@ namespace SBBMainzReports.Export
|
||||
{
|
||||
var pdf = new FileAttachmentDC();
|
||||
|
||||
var invoiceOid = row[9].ToString();
|
||||
var invoiceOid = row[10].ToString();
|
||||
if (!String.IsNullOrEmpty(invoiceOid))
|
||||
{
|
||||
var oid = long.Parse(invoiceOid);
|
||||
|
||||
Reference in New Issue
Block a user