X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FController%2FCustomer.pm;h=34c3fe72f10ee04318b1a5368bfd9b1c9d59cef8;hb=5474d397bbc42ffaea0b51ebb4bb9a4c7afaa881;hp=d6ba13dc6ba90300d604d73b42e6d0515606d9ee;hpb=d157b20fa9377ec48a8b00b7f5ccf8299897f0d2;p=kivitendo-erp.git 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) = @_;