X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d157b20fa9377ec48a8b00b7f5ccf8299897f0d2..4004121c4a46303bf370998b207bea1de103e4e9:/SL/Controller/Customer.pm diff --git a/SL/Controller/Customer.pm b/SL/Controller/Customer.pm index d6ba13dc6..34c3fe72f 100644 --- a/SL/Controller/Customer.pm +++ b/SL/Controller/Customer.pm @@ -6,9 +6,6 @@ use parent qw(SL::Controller::Base); use SL::DB::Customer; use SL::JSON; -# safety -__PACKAGE__->run_before(sub { $::auth->assert('customer_vendor_edit') }); - sub action_get_hourly_rate { my ($self, %params) = @_;