PerspektivenEV/Export/DatevExporterBthg.cs - Fehlerparsing Allg. Rg gefixt

This commit is contained in:
2026-07-22 14:41:47 +02:00
parent 6fbd4d16ad
commit f8fd931476

View File

@@ -210,7 +210,7 @@ namespace PerspektivenEV.Export
if (row[12] != null)
isApproved = row[12].ToString();
if (row[16] != null)
if (row[16] != null && row[16] != DBNull.Value)
cOid = long.Parse(row[16].ToString());
if (sb.Length > 0)