SBBMainzReports/Export/FibuExporter - Anpassung PDF-Druck Spaltenzahl

This commit is contained in:
2026-02-24 15:48:05 +01:00
parent 4b0766ea41
commit dfbaeb9db8

View File

@@ -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);