Revision b638b6a1
Von Bernd Bleßmann vor etwa 5 Jahren hinzugefügt
SL/OE.pm | ||
---|---|---|
183 | 183 |
push(@values, (like($form->{"cp_name"}))x2); |
184 | 184 |
} |
185 | 185 |
|
186 |
if (!$main::auth->assert('sales_all_edit', 1)) {
|
|
186 |
if ( !(($vc eq 'customer' && $main::auth->assert('sales_all_edit', 1)) || ($vc eq 'vendor' && $main::auth->assert('purchase_all_edit', 1))) ) {
|
|
187 | 187 |
$query .= " AND o.employee_id = (select id from employee where login= ?)"; |
188 | 188 |
push @values, $::myconfig{login}; |
189 | 189 |
} |
Auch abrufbar als: Unified diff
Recht zum Einsehen von Einkaufsdokumenten aller Mitarbeiter anwenden
Trennung VK/EK in Berichten