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:
e3232a5
)
Fehler beim Laden von Buchungen, wenn Konto nicht mit einer Steuer verknüpft ist
author
Philip Reetz
<p.reetz@linet-services.de>
Fri, 5 Oct 2007 06:20:19 +0000
(06:20 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Fri, 5 Oct 2007 06:20:19 +0000
(06:20 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
48afe63
..
25d437f
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-2299,7
+2299,7
@@
sub create_links {
LEFT JOIN taxkeys tk ON (tk.chart_id = c.id)
WHERE c.link LIKE ?
AND (tk.id = (SELECT id FROM taxkeys WHERE taxkeys.chart_id = c.id AND startdate <= $transdate ORDER BY startdate DESC LIMIT 1)
- OR c.link LIKE '%_tax%')
+ OR c.link LIKE '%_tax%'
OR c.taxkey_id IS NULL
)
ORDER BY c.accno|;
$sth = $dbh->prepare($query);