Revision a46b8625
Von Bernd Bleßmann vor fast 3 Jahren hinzugefügt
SL/TODO.pm | ||
---|---|---|
$cfg = { map { $_ => 1 } qw(show_after_login show_follow_ups show_follow_ups_login show_overdue_sales_quotations show_overdue_sales_quotations_login) };
|
||
}
|
||
|
||
if (! $main::auth->check_right($params{login}, 'sales_quotation_edit')) {
|
||
if (! $main::auth->check_right($params{login}, 'sales_quotation_edit | sales_quotation_view | request_quotation_edit | request_quotation_view')) {
|
||
map { delete $cfg->{$_} } qw(show_overdue_sales_quotations show_overdue_sales_quotations_login);
|
||
}
|
||
|
Auch abrufbar als: Unified diff
ToDo-Liste: Anfragen und Angebote anzeigen, wenn Anseh-Recht vorhanden …
… Und Rechte getrennt nach Ein- und Verkauf berücksichtigen.