From e3b43a8c921b96ebf56e15479ce28fefdac481c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 23 Oct 2009 18:10:42 +0200 Subject: [PATCH] Fehlerhaftes Query --- SL/CA.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/CA.pm b/SL/CA.pm index 4f66c9b2b..460c5290b 100644 --- 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, -- 2.20.1