X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=d0a4157b4a66bb7d4ee10f2fc5833bbcd631688b;hb=fc1ff1a03f56176d1e84bc0345443f561426a4a7;hp=f100b8c905053ef81610a8463d0a906bc4a7b096;hpb=1b187749c0cd75a7de48b0e4f217947a283af763;p=kivitendo-erp.git 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 {