Fix: Everybody should be able to make exports
This commit is contained in:
parent
d580670e0e
commit
d8281abae3
@ -32,9 +32,9 @@ require_once(DOL_DOCUMENT_ROOT.'/includes/modules/export/modules_export.php');
|
||||
|
||||
$langs->load("exports");
|
||||
|
||||
|
||||
if (! $user->admin)
|
||||
accessforbidden();
|
||||
// Everybody should be able to go on this page
|
||||
//if (! $user->admin)
|
||||
// accessforbidden();
|
||||
|
||||
$entitytoicon=array(
|
||||
'invoice'=>'bill','invoice_line'=>'bill',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user