SKFLeverkusen/Export/DatevExporter.cs - Belegnr aus Rechnung gezogen

SupportOID=169282
This commit is contained in:
2026-07-29 15:27:32 +02:00
parent c39bfea349
commit 9e9c1d783f

View File

@@ -81,7 +81,8 @@ ib.InvoiceId
lastDate = lastDate.AddMonths(1).AddDays(-1);
sb.Append(String.Format("{0:dd.MM.yyyy}", lastDate));
sb.Append(";");
sb.Append(String.Format("{0:MM} '. {0:yyyy}", lastDate));
sb.Append(String.Format("{0}", row[3]));
//sb.Append(String.Format("{0:MM} '. {0:yyyy}", lastDate));
sb.Append(";");
sb.Append(String.Format("{0}", row[1]));