Revision b638b6a1
Von Bernd Bleßmann vor etwa 5 Jahren hinzugefügt
SL/DO.pm | ||
---|---|---|
129 | 129 |
push @where, "dord.$item = ?"; |
130 | 130 |
push @values, conv_i($form->{$item}); |
131 | 131 |
} |
132 |
if (!$main::auth->assert('sales_all_edit', 1)) {
|
|
132 |
if ( !(($vc eq 'customer' && $main::auth->assert('sales_all_edit', 1)) || ($vc eq 'vendor' && $main::auth->assert('purchase_all_edit', 1))) ) {
|
|
133 | 133 |
push @where, qq|dord.employee_id = (select id from employee where login= ?)|; |
134 | 134 |
push @values, $::myconfig{login}; |
135 | 135 |
} |
Auch abrufbar als: Unified diff
Recht zum Einsehen von Einkaufsdokumenten aller Mitarbeiter anwenden
Trennung VK/EK in Berichten