Fehlerhaftes Query
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 23 Oct 2009 16:10:42 +0000 (18:10 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 23 Oct 2009 16:10:42 +0000 (18:10 +0200)
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,