X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ff58ce56c2cf4cb6b7a77ab9ca9cee0302b8216d..72e964287e756b353b4178f0b9e1cf22897d1b6c:/SL/DATEV.pm diff --git a/SL/DATEV.pm b/SL/DATEV.pm index ad5dd0f5e..ebff4fc54 100644 --- a/SL/DATEV.pm +++ b/SL/DATEV.pm @@ -553,7 +553,7 @@ sub generate_datev_data { UNION ALL SELECT ac.acc_trans_id, ac.transdate, ac.gldate, ac.trans_id,gl.id, ac.amount, ac.taxkey, ac.memo, - gl.reference AS invnumber, gl.transdate AS duedate, ac.amount as umsatz, NULL as deliverydate, gl.itime::date, + gl.reference AS invnumber, NULL AS duedate, ac.amount as umsatz, NULL as deliverydate, gl.itime::date, gl.description AS name, NULL as ustid, '' AS vcname, NULL AS customer_id, NULL AS vendor_id, c.accno, c.description AS accname, c.taxkey_id as charttax, c.datevautomatik, c.id, ac.chart_link AS link, FALSE AS invoice,