X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/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) = @_;