projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
480c670
)
Auch die ID des Kontos zurückliefern.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 22 May 2007 09:16:04 +0000
(09:16 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 22 May 2007 09:16:04 +0000
(09:16 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
5d8079b
..
3719515
100644
(file)
--- 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 | .