From: Martin Helmling mh@waldpark.octosoft.eu Date: Thu, 2 Jun 2016 05:41:42 +0000 (+0200) Subject: Einkaufsrechnungen: Suche nach Artikelnummer/-beschreibung in Positionen(2) X-Git-Tag: release-3.4.1~109 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8bd9c500423d1184629885136068e2246db008c8;p=kivitendo-erp.git Einkaufsrechnungen: Suche nach Artikelnummer/-beschreibung in Positionen(2) BUGfix für substr($where, 0, 4, " WHERE "): $where muss am Anfang innerhalb 4 Zeichen das AND stehen haben, sonst kommt es zu einem SQL Syntaxerror --- diff --git a/SL/AP.pm b/SL/AP.pm index 92dc733ad..594728546 100644 --- a/SL/AP.pm +++ b/SL/AP.pm @@ -482,7 +482,7 @@ sub ap_transactions { } if ($form->{project_id}) { $where .= - qq|AND ((a.globalproject_id = ?) OR EXISTS | . + qq| AND ((a.globalproject_id = ?) OR EXISTS | . qq| (SELECT * FROM invoice i | . qq| WHERE i.project_id = ? AND i.trans_id = a.id) | . qq| OR EXISTS | . @@ -509,7 +509,7 @@ sub ap_transactions { if ($form->{parts_partnumber}) { $where .= <{parts_description}) { $where .= <