Schweizer Modus
[kivitendo-erp.git] / SL / Controller / ClientConfig.pm
index d002f42..bdd52d2 100644 (file)
@@ -29,6 +29,7 @@ sub action_edit {
   my ($self, %params) = @_;
 
   $::form->{use_templates} = $self->defaults->templates ? 'existing' : 'new';
+  $::form->{country_mode} = $self->defaults->country_mode;
   $self->edit_form;
 }