From ae278b58747710a8c843a6bee9375186eafa17f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 26 Sep 2016 15:10:16 +0200 Subject: [PATCH] =?utf8?q?GDPDU:=20DATEV-=C3=A4hnlicher=20Buchungsexport?= =?utf8?q?=20Rohversion?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/DATEV.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SL/DATEV.pm b/SL/DATEV.pm index d99bd6600..461bbb049 100644 --- a/SL/DATEV.pm +++ b/SL/DATEV.pm @@ -389,7 +389,7 @@ sub _get_transactions { c.accno, c.description AS accname, c.taxkey_id as charttax, c.datevautomatik, c.id, ac.chart_link AS link, ar.invoice, t.rate AS taxrate, - 'ar' as table + 'ar' as table, tc.accno AS tax_accno, tc.description AS tax_accname, ar.notes FROM acc_trans ac @@ -411,7 +411,7 @@ sub _get_transactions { c.accno, c.description AS accname, c.taxkey_id as charttax, c.datevautomatik, c.id, ac.chart_link AS link, ap.invoice, t.rate AS taxrate, - 'ap' as table + 'ap' as table, tc.accno AS tax_accno, tc.description AS tax_accname, ap.notes FROM acc_trans ac @@ -433,7 +433,7 @@ sub _get_transactions { c.accno, c.description AS accname, c.taxkey_id as charttax, c.datevautomatik, c.id, ac.chart_link AS link, FALSE AS invoice, t.rate AS taxrate, - 'gl' as table + 'gl' as table, tc.accno AS tax_accno, tc.description AS tax_accname, gl.notes FROM acc_trans ac -- 2.20.1