Revision 9b039e37
Von Moritz Bunkus vor etwa 6 Jahren hinzugefügt
SL/Controller/CustomerVendor.pm | ||
---|---|---|
__PACKAGE__->run_before(
|
||
sub {
|
||
$::auth->assert('customer_vendor_edit');
|
||
}
|
||
},
|
||
except => [ qw(ajaj_autocomplete) ],
|
||
);
|
||
__PACKAGE__->run_before(
|
||
'_instantiate_args',
|
Auch abrufbar als: Unified diff
Autovervollständigung Kunden/Lieferanten auch ohne Stammdatenrechte