X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/54451a50c048a22fa02bb7862424a4a5a38983fd..5cfd34f0459bf58cee93d28a2cbe7e9f2684d1ca:/bin/mozilla/ir.pl diff --git a/bin/mozilla/ir.pl b/bin/mozilla/ir.pl index e052258e6..343804690 100644 --- a/bin/mozilla/ir.pl +++ b/bin/mozilla/ir.pl @@ -240,6 +240,9 @@ sub form_header { #quote selectvendor Bug 133 $form->{"selectvendor"} = $form->quote($form->{"selectvendor"}); + #substitute \n and \r to \s (bug 543) + $form->{"selectvendor"} =~ s/[\n\r]/ /g; + $form->{exchangerate} = $form->format_amount(\%myconfig, $form->{exchangerate});