From ad70fca34bfc6104c1c6e086eebe8d65d9d65637 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 20 Jun 2007 07:41:10 +0000 Subject: [PATCH] =?utf8?q?1.=20Das=20Label=20"Formel"=20bei=20Dienstleistu?= =?utf8?q?ngen=20nicht=20anzeigen=20(die=20Textarea=20dazu=20wurde=20berei?= =?utf8?q?ts=20versteckt).=20Fix=20f=C3=BCr=20Bug=20684.=202.=20Kosmetik:?= =?utf8?q?=20Variable=20$formel=20nach=20$formula=20umbenannt=20und=20etwa?= =?utf8?q?s=20Einr=C3=BCckung.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ic.pl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 -- 2.20.1