Kundenstatistik: POD Syntaxfehler behoben
[kivitendo-erp.git] / SL / Controller / CustomerVendorTurnover.pm
index b0a7c65..8cfa965 100644 (file)
@@ -9,7 +9,6 @@ use SL::DB::EmailJournal;
 use SL::DB::Letter;
 use SL::DB;
 
-__PACKAGE__->run_before('check_auth');
 
 sub action_list_turnover {
   my ($self) = @_;
@@ -392,13 +391,6 @@ sub action_get_letters {
     $self->render('customer_vendor_turnover/letter_statistic', { layout => 0 }, letters => $letters);
 }
 
-sub _list_articles_by_invoice {
-}
-sub _list_count_articles_by_year {
-}
-sub check_auth {
-  $::auth->assert('general_ledger');
-}
 1;
 
 __END__
@@ -415,8 +407,6 @@ Gets all kinds of records like orders, request orders, quotations, invoices, ema
 
 wich belong to customer/vendor and displays them in an extra tab "Records".
 
-=back
-
 =head1 URL ACTIONS
 
 =over 4
@@ -480,5 +470,3 @@ None yet. :)
 =head1 AUTHOR
 
 W. Hahn E<lt>wh@futureworldsearch.netE<gt>
-
-=back