]> wagnertech.de Git - mfinanz.git/blobdiff - SL/ClientJS.pm
history für Zahlungen ar/ap/is/ir und Zahlungsein- und ausgang
[mfinanz.git] / SL / ClientJS.pm
index d4775b83083160f97054e8cd324be8992367f7cd..c12b9ea24b72686518a28b12e45f16871073e10c 100644 (file)
@@ -152,7 +152,6 @@ sub action {
   foreach my $idx (0..$num_args - 1) {
     # Force flattening from SL::Presenter::EscapedText and trim leading whitespace for scalars
     $args[$idx] =  "" . $args[$idx] if  ref($args[$idx]) eq 'SL::Presenter::EscapedText';
-    $args[$idx] =~ s/^\s+//         if !ref($args[$idx]);
   }
 
   push @{ $self->_actions }, [ $method, @args ];