From: Sven Schöling Date: Fri, 23 Oct 2009 16:10:42 +0000 (+0200) Subject: Fehlerhaftes Query X-Git-Tag: release-2.6.1beta1~152 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e3b43a8c921b96ebf56e15479ce28fefdac481c3;p=kivitendo-erp.git Fehlerhaftes Query --- 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,