Revision 152d10ef
Von Niclas Zimmermann vor mehr als 11 Jahren hinzugefügt
bin/mozilla/todo.pl | ||
---|---|---|
34 | 34 |
sub create_todo_list { |
35 | 35 |
$main::lxdebug->enter_sub(); |
36 | 36 |
|
37 |
$main::auth->assert('productivity'); |
|
38 |
|
|
39 | 37 |
my $form = $main::form; |
40 | 38 |
|
41 | 39 |
my %params = @_; |
... | ... | |
64 | 62 |
sub show_todo_list { |
65 | 63 |
$main::lxdebug->enter_sub(); |
66 | 64 |
|
67 |
$main::auth->assert('productivity'); |
|
68 |
|
|
69 | 65 |
my $form = $main::form; |
70 | 66 |
my $locale = $main::locale; |
71 | 67 |
|
... | ... | |
81 | 77 |
sub todo_list_follow_ups { |
82 | 78 |
$main::lxdebug->enter_sub(); |
83 | 79 |
|
84 |
$main::auth->assert('productivity'); |
|
85 |
|
|
86 | 80 |
require "bin/mozilla/fu.pl"; |
87 | 81 |
|
88 | 82 |
my $content = report_for_todo_list(); |
... | ... | |
95 | 89 |
sub todo_list_overdue_sales_quotations { |
96 | 90 |
$main::lxdebug->enter_sub(); |
97 | 91 |
|
98 |
$main::auth->assert('productivity'); |
|
99 |
|
|
100 | 92 |
require "bin/mozilla/oe.pl"; |
101 | 93 |
|
102 | 94 |
my $content = report_for_todo_list(); |
Auch abrufbar als: Unified diff
Revert "Recht für Anzeige der Produktivität"
This reverts commit a27cd427a2689b49a7642884edd2d24555305a4b.