X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/b3b1b699c773418dd0e9319220d99d65630f35be..fc1ff1a03f56176d1e84bc0345443f561426a4a7:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index f100b8c90..d0a4157b4 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -2857,7 +2857,7 @@ sub create_links { if ($self->{"$self->{vc}_id"}) { # only setup currency - ($self->{currency}) = split(/:/, $self->{currencies}); + ($self->{currency}) = split(/:/, $self->{currencies}) if !$self->{currency}; } else {