ChristopherusHaus/Export/SimbaExporter.cs - Entfernen der Debitornr im OposFeld
This commit is contained in:
@@ -89,7 +89,7 @@ namespace BeWo.ChristopherusHaus.Export
|
||||
sb.Append(";;;");
|
||||
sb.Append(String.Format("\"ABW {0}\"", row[6]));
|
||||
sb.Append(";\"EUR\";;;;;;;;;;");
|
||||
sb.Append(String.Format("{0}", row[3]));
|
||||
//sb.Append(String.Format("{0}", row[3]));
|
||||
sb.Append(";;;;;"); // bei SPFH kommt hier noch der Beleg als PDF
|
||||
}
|
||||
return sb.ToString();
|
||||
|
||||
Reference in New Issue
Block a user