From 7d03f2419db86592947fc2526a21c2bf34aa97d0 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 22 May 2007 09:16:04 +0000 Subject: [PATCH] =?utf8?q?Auch=20die=20ID=20des=20Kontos=20zur=C3=BCcklief?= =?utf8?q?ern.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Form.pm b/SL/Form.pm index 5d8079b8d..3719515c3 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1567,7 +1567,7 @@ sub _get_charts { my $transdate = quote_db_date($params->{transdate}); my $query = - qq|SELECT c.accno, c.description, c.link, tk.taxkey_id, tk.tax_id | . + qq|SELECT c.id, c.accno, c.description, c.link, tk.taxkey_id, tk.tax_id | . qq|FROM chart c | . qq|LEFT JOIN taxkeys tk ON | . qq|(tk.id = (SELECT id FROM taxkeys | . -- 2.20.1