From: Moritz Bunkus Date: Thu, 31 Mar 2011 14:37:31 +0000 (+0200) Subject: Überflüssiges "form->unescape()" sorgte für falsche Zeichencodierung X-Git-Tag: release-2.6.3~44 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8a1dddc1ea0100c674b6534aef2c3cab51f93118;p=kivitendo-erp.git Überflüssiges "form->unescape()" sorgte für falsche Zeichencodierung --- diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 3d4fe2664..fc3b252a7 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -1324,7 +1324,6 @@ sub ar_transactions { my ($callback, $href, @columns); - $form->{customer} = $form->unescape($form->{customer}); ($form->{customer}, $form->{customer_id}) = split(/--/, $form->{customer}); report_generator_set_default_sort('transdate', 1); diff --git a/bin/mozilla/vk.pl b/bin/mozilla/vk.pl index e54a5fc7f..5dba978d7 100644 --- a/bin/mozilla/vk.pl +++ b/bin/mozilla/vk.pl @@ -87,8 +87,6 @@ sub invoice_transactions { my ($callback, $href, @columns); - $form->{customer} = $form->unescape($form->{customer}); - if ( $form->{customer} =~ /--/ ) { # Felddaten kommen aus Dropdownbox ($form->{customername}, $form->{customer_id}) = split(/--/, $form->{customer});