X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a0b8d78b54fc1ff2fc2f0f527ec4c9630444e590..13f40529221ea3f6d8afbd5a047be7df7fa2a93c:/SL/Controller/ClientConfig.pm diff --git a/SL/Controller/ClientConfig.pm b/SL/Controller/ClientConfig.pm index bd95e3b9c..4ce4faa0a 100644 --- a/SL/Controller/ClientConfig.pm +++ b/SL/Controller/ClientConfig.pm @@ -30,7 +30,6 @@ sub action_edit { my ($self, %params) = @_; $::form->{use_templates} = $self->defaults->templates ? 'existing' : 'new'; - $::form->{country_mode} = $self->defaults->country_mode; $self->edit_form; }