From: Moritz Bunkus Date: Wed, 20 Jun 2007 07:41:10 +0000 (+0000) Subject: 1. Das Label "Formel" bei Dienstleistungen nicht anzeigen (die Textarea dazu wurde... X-Git-Tag: release-2.4.3^2~89 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ad70fca34bfc6104c1c6e086eebe8d65d9d65637;p=kivitendo-erp.git 1. Das Label "Formel" bei Dienstleistungen nicht anzeigen (die Textarea dazu wurde bereits versteckt). Fix für Bug 684. 2. Kosmetik: Variable $formel nach $formula umbenannt und etwas Einrückung. --- diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index bccac308a..0c3023deb 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -2149,7 +2149,7 @@ sub form_header { my ($payment, $rows, $notes, $description, $ean, $buchungsgruppe, $partsgroup, $group, $tax, $lastcost, $eur, $linkaccounts, $weight, $n, $rop, $bin, $vegv); my ($notdiscountableok, $notdiscountable); - my ($formel, $imagelinks, $obsolete, $shopok, $shop); + my ($formula, $formula_label, $imagelinks, $obsolete, $shopok, $shop); map({ $form->{$_} = $form->format_amount(\%myconfig, $form->{$_}, -2) } @@ -2409,8 +2409,11 @@ sub form_header { |; - $formel = - qq||; + $formula = + qq||; + + $formula_label = $locale->text('Formula'); + $imagelinks = qq| @@ -2551,14 +2554,14 @@ sub form_header { | . $locale->text('Notes') . qq| - | . $locale->text('Formula') . qq| + $formula_label $notes - $formel + $formula