PerspektivenEV/Export/DatevExporterBthg.cs - Fehlerparsing Allg. Rg gefixt
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user