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");
|
$langs->load("exports");
|
||||||
|
|
||||||
|
// Everybody should be able to go on this page
|
||||||
if (! $user->admin)
|
//if (! $user->admin)
|
||||||
accessforbidden();
|
// accessforbidden();
|
||||||
|
|
||||||
$entitytoicon=array(
|
$entitytoicon=array(
|
||||||
'invoice'=>'bill','invoice_line'=>'bill',
|
'invoice'=>'bill','invoice_line'=>'bill',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user