X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2f70c04bdf0ce6350647ec4f74158a2a4cfadf39..000588da0f309727a3c48b973b12d6e5d4a46651:/SL/Controller/Taxzones.pm diff --git a/SL/Controller/Taxzones.pm b/SL/Controller/Taxzones.pm index 1e29e6022..6f5adf7f1 100644 --- a/SL/Controller/Taxzones.pm +++ b/SL/Controller/Taxzones.pm @@ -11,7 +11,6 @@ use SL::Helper::Flash; use SL::Locale::String; use SL::DB::Manager::Buchungsgruppe; use SL::DB::Manager::TaxzoneChart; -use SL::Controller::ClientConfig; use Rose::Object::MakeMethods::Generic ( scalar => [ qw(config) ], @@ -47,9 +46,7 @@ sub show_form { my ($self, %params) = @_; $self->render('taxzones/form', %params, - BUCHUNGSGRUPPEN => SL::DB::Manager::Buchungsgruppe->get_all_sorted, - ACCOUNTS => SL::Controller::ClientConfig->init_accounts, - account_label => sub { "$_[0]{accno}--$_[0]{description}" }); + BUCHUNGSGRUPPEN => SL::DB::Manager::Buchungsgruppe->get_all_sorted); } sub action_edit {