Überflüssiges "form->unescape()" sorgte für falsche Zeichencodierung
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 31 Mar 2011 14:37:31 +0000 (16:37 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 31 Mar 2011 14:37:31 +0000 (16:37 +0200)
bin/mozilla/ar.pl
bin/mozilla/vk.pl

index 3d4fe26..fc3b252 100644 (file)
@@ -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);
index e54a5fc..5dba978 100644 (file)
@@ -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});