Fix: Everybody should be able to make exports

This commit is contained in:
Laurent Destailleur 2009-05-22 15:57:47 +00:00
parent d580670e0e
commit d8281abae3

View File

@ -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',