From ce19982eebaca18b471aa5ee990c0b8a1602dce2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Tue, 12 Oct 2010 16:01:12 +0200 Subject: [PATCH] =?utf8?q?Currencies=20nochmal=20besser=20kommentiert=20un?= =?utf8?q?d=20fehlerhaften=20Array=20wieder=20rausgenommen.=20Die=20callba?= =?utf8?q?ck-Funktion=20um=20currency=20erweitert=20(@sven=20donath:=20muh?= =?utf8?q?=3Dkuh=20hatte=20ich=20mal=20extra=20dringelassen=20...).=20Fern?= =?utf8?q?er=20ist=20die=20Antwort=20zu=20department=20klar:=20Abteilungen?= =?utf8?q?=20werden=20bei=20Rechnungen=20oder=20FiBu-Buchungen=20angegeben?= =?utf8?q?=20und=20sollten=20nicht=20per=20Zahlungsein-=20oder=20-ausgang?= =?utf8?q?=20ge=C3=A4ndert=20werden.=20Entsprechend=20aus=20cp.pl=20und=20?= =?utf8?q?CP.pm=20entfernt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/CP.pm | 21 +++------------------ bin/mozilla/cp.pl | 28 +++++++--------------------- 2 files changed, 10 insertions(+), 39 deletions(-) diff --git a/SL/CP.pm b/SL/CP.pm index 19b629f1c..5786bf862 100644 --- a/SL/CP.pm +++ b/SL/CP.pm @@ -128,20 +128,9 @@ sub get_openvc { $form->{"all_$form->{vc}"} = selectall_hashref_query($form, $dbh, $query); } - if ($form->{ARAP} eq 'AR') { - $query = - qq|SELECT d.id, d.description | . - qq|FROM department d | . - qq|WHERE d.role = 'P' | . - qq|ORDER BY 2|; - } else { - $query = - qq|SELECT d.id, d.description | . - qq|FROM department d | . - qq|ORDER BY 2|; - } - $form->{all_departments} = selectall_hashref_query($form, $dbh, $query); - + # aufruf für all_deparments rausgenommen, da die abteilungen nur + # beim buchen der belege (rechnung, fibu) geändert werden und danach + # NICHT mehr überschrieben werden $dbh->disconnect; $main::lxdebug->leave_sub(); @@ -241,10 +230,6 @@ sub process_payment { } - my $null; - ($null, $form->{department_id}) = split(/--/, $form->{department}); - $form->{department_id} *= 1; - # query to retrieve paid amount $query = qq|SELECT a.paid FROM ar a | . diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index df454c42d..d54137e72 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -74,19 +74,6 @@ sub payment { @{ $form->{"all_$form->{vc}"} }; } - # departments - # auf departments kann man auch nicht mehr buchen. Raus oder wieder - # aktivieren? Im Backend dann auch anpassen. jb 12.10.2010 - if (@{ $form->{all_departments} || [] }) { - $form->{selectdepartment} = "