From 4e9dbd94eb5ea42c7d9e9afc3ad35e9cea30db53 Mon Sep 17 00:00:00 2001 From: jan Date: Mon, 16 Nov 2009 08:19:33 +0100 Subject: [PATCH] =?utf8?q?Auf=20unn=C3=B6tigen=20Kode=20in=20RP.pm=20sub?= =?utf8?q?=20get=5Faccounts()=20hingewiesen.=20Macht=20es=20Sinn=20die=20B?= =?utf8?q?ilanz=20nach=20Projekten=20zu=20analysieren=3F=20Eigentlich=20ni?= =?utf8?q?cht,=20da=20Projekte=20ja=20nur=20in=20der=20GuV=20wirklich=20Si?= =?utf8?q?nn=20machen.=20Naja,=20vielleicht=20am=20Rande,=20dann=20sollte?= =?utf8?q?=20man=20das=20Auswahlfeld=20bei=20der=20Bilanz-Maske=20noch=20h?= =?utf8?q?inzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/RP.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SL/RP.pm b/SL/RP.pm index 1f86d4b39..80bd7891f 100644 --- a/SL/RP.pm +++ b/SL/RP.pm @@ -215,6 +215,8 @@ sub get_accounts { } if ($form->{project_id}) { + # Diese Bedingung wird derzeit niemals wahr sein, da man in Bericht->Bilanz keine + # Projekte auswählen kann $project = qq| AND (ac.project_id = | . conv_i($form->{project_id}, 'NULL') . qq|) |; } @@ -276,6 +278,7 @@ sub get_accounts { GROUP BY c.accno, c.description, c.category |; if ($form->{project_id}) { + # s.o. keine Projektauswahl in Bilanz $query .= qq| UNION ALL @@ -344,6 +347,7 @@ sub get_accounts { GROUP BY c.accno, c.description, c.category |; if ($form->{project_id}) { + # s.o. keine Projektauswahl in Bilanz $query .= qq| UNION ALL -- 2.20.1