From 988c990e9b9eafb67b8ec55a14cee7739dbf1fa4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 30 Nov 2011 18:32:05 +0100 Subject: [PATCH] Ein Vorkommen von eur in ic.pl entfernt. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit $eur wurde hier in sql-ledger benutzt um die Buchungskonten zu unterscheiden. Das wird aber seit Einführung der Buchungsgruppen nicht mehr gemacht. Ergo muss eur hier auch nicht bereitgestellt werden. --- bin/mozilla/ic.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index a30378123..c6714e6b4 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -1538,9 +1538,6 @@ sub form_header { $auth->assert('part_service_assembly_edit'); - # what does eur set here? why is it in namespace? - # call of get_accounting_method preserves format of $form->{eur}, which expects 1 or 0 - $form->{eur} = $::instance_conf->get_accounting_method eq 'cash' ? 1 : 0; # config dumps into namespace - yuck $form->{pg_keys} = sub { "$_[0]->{partsgroup}--$_[0]->{id}" }; $form->{description_area} = ($form->{rows} = $form->numtextrows($form->{description}, 40)) > 1; $form->{notes_rows} = max 4, $form->numtextrows($form->{notes}, 40), $form->numtextrows($form->{formel}, 40); -- 2.20.1