Merge branch 'curr_workflow'
[kivitendo-erp.git] / SL / Form.pm
index f100b8c..d0a4157 100644 (file)
@@ -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 {