LebenshilfeRemscheid/Export/DatevExporter - Bugfix aus SchwesterDB, für Einzelexport der Rechnungen
This commit is contained in:
@@ -98,6 +98,7 @@ namespace LebenshilfeRemscheid.Export
|
|||||||
sb.Append(";");
|
sb.Append(";");
|
||||||
sb.Append(String.Format("{0}", row[4])); //Belegfeld 2
|
sb.Append(String.Format("{0}", row[4])); //Belegfeld 2
|
||||||
sb.Append(";;");
|
sb.Append(";;");
|
||||||
|
//sb.Append(String.Format("{0:MM}/{0:yyyy} {1}, {2}", lastDate, row[3], row[4])); // Buchungstext
|
||||||
sb.Append(String.Format("{0:MM}/{0:yyyy} {1}", lastDate, row[3])); // Buchungstext
|
sb.Append(String.Format("{0:MM}/{0:yyyy} {1}", lastDate, row[3])); // Buchungstext
|
||||||
sb.Append(";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;");
|
sb.Append(";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;");
|
||||||
}
|
}
|
||||||
@@ -113,7 +114,7 @@ namespace LebenshilfeRemscheid.Export
|
|||||||
{
|
{
|
||||||
var pdf = new FileAttachmentDC();
|
var pdf = new FileAttachmentDC();
|
||||||
|
|
||||||
var invoiceOid = row[4].ToString();
|
var invoiceOid = row[5].ToString();
|
||||||
if (!String.IsNullOrEmpty(invoiceOid))
|
if (!String.IsNullOrEmpty(invoiceOid))
|
||||||
{
|
{
|
||||||
var oid = long.Parse(invoiceOid);
|
var oid = long.Parse(invoiceOid);
|
||||||
|
|||||||
Reference in New Issue
Block a user