From: Moritz Bunkus Date: Fri, 11 Jul 2008 09:31:53 +0000 (+0000) Subject: Anführungszeichen nicht doppelt quoten. X-Git-Tag: release-2.6.0beta1~58 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=9a4cae85ab396fffe30deb0ca7d6de1939dd462f;p=kivitendo-erp.git Anführungszeichen nicht doppelt quoten. --- diff --git a/bin/mozilla/oe.pl b/bin/mozilla/oe.pl index f7f6ab7f1..2ebeab92f 100644 --- a/bin/mozilla/oe.pl +++ b/bin/mozilla/oe.pl @@ -272,11 +272,6 @@ sub form_header { $form->{employee_id} = $form->{old_employee_id} if $form->{old_employee_id}; $form->{salesman_id} = $form->{old_salesman_id} if $form->{old_salesman_id}; - map { $form->{$_} = H($form->{$_}) } - qw(shippingpoint shipvia notes intnotes shiptoname - shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact - shiptophone shiptofax shiptodepartment_1 shiptodepartment_2); - # use JavaScript Calendar or not $form->{jsscript} = 1; $TMPL_VAR{button1} = qq| @@ -428,8 +423,8 @@ sub form_footer { $introws = max 2, $form->numtextrows($form->{intnotes}, 35, 8); $rows = max $rows, $introws; - $TMPL_VAR{notes} = qq||; - $TMPL_VAR{intnotes} = qq||; + $TMPL_VAR{notes} = qq||; + $TMPL_VAR{intnotes} = qq||; if (!$form->{taxincluded}) { @@ -485,6 +480,7 @@ sub form_footer { sub update { $lxdebug->enter_sub(); + $form->{"Watchdog::shipvia"} = 1; my ($recursive_call) = shift; check_oe_access();