X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f5c454e3855012bdb1928f3e4c4964403d4d8163..6e6038682b1a2b6e6bc74f1eee40eba21afcb7e9:/SL/Controller/Taxzones.pm diff --git a/SL/Controller/Taxzones.pm b/SL/Controller/Taxzones.pm index 5f19ea6d3..9bdf3553b 100644 --- a/SL/Controller/Taxzones.pm +++ b/SL/Controller/Taxzones.pm @@ -54,7 +54,7 @@ sub show_form { sub action_edit { my ($self) = @_; - $self->show_form(title => t8('Edit custom variable'), + $self->show_form(title => t8('Edit taxzone'), CHARTLIST => SL::DB::TaxzoneChart->get_all_accounts_by_taxzone_id($self->config->id)); } @@ -115,6 +115,7 @@ sub create_or_update { } $self->config->save; + $self->config->obsolete($::form->{"obsolete"}); #Save taxzone_charts for new taxzones: if ($is_new) {