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:
1e1a58d
)
Fehlerhaftes Query
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 23 Oct 2009 16:10:42 +0000
(18:10 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 23 Oct 2009 16:10:42 +0000
(18:10 +0200)
SL/CA.pm
patch
|
blob
|
history
diff --git
a/SL/CA.pm
b/SL/CA.pm
index
4f66c9b
..
460c529
100644
(file)
--- a/
SL/CA.pm
+++ b/
SL/CA.pm
@@
-304,7
+304,7
@@
sub all_transactions {
qq| AND ac.chart_id = ? | .
qq| AND ac.trans_id = a.id | .
qq| AND a.vendor_id = v.id | .
- qq| AND (NOT ac.ob_transaction OR ac.ob_transaction IS NULL)|
.
+ qq| AND (NOT ac.ob_transaction OR ac.ob_transaction IS NULL)|
;
push(@values,
@where_values, @department_values, @project_values, $id,
@where_values, @department_values, @project_values, $id,