From dfbaeb9db82fb6e5cbc234dcb6f7dc783eece347 Mon Sep 17 00:00:00 2001 From: Alexandra Date: Tue, 24 Feb 2026 15:48:05 +0100 Subject: [PATCH] SBBMainzReports/Export/FibuExporter - Anpassung PDF-Druck Spaltenzahl --- ReportImp/SBBMainzReports/Export/FibuExporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReportImp/SBBMainzReports/Export/FibuExporter.cs b/ReportImp/SBBMainzReports/Export/FibuExporter.cs index 466086f81..f79b99c77 100644 --- a/ReportImp/SBBMainzReports/Export/FibuExporter.cs +++ b/ReportImp/SBBMainzReports/Export/FibuExporter.cs @@ -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);