SKFLeverkusen/Export/DatevExporter.cs - Belegnr aus Rechnung gezogen
SupportOID=169282
This commit is contained in:
@@ -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]));
|
||||
|
||||
Reference in New Issue
Block a user