From d8281abae39d9889e9589db9bc04d3de82d696cc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 May 2009 15:57:47 +0000 Subject: [PATCH] Fix: Everybody should be able to make exports --- htdocs/exports/export.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php index 1d8dd65ae02..5ac4c68c96e 100644 --- a/htdocs/exports/export.php +++ b/htdocs/exports/export.php @@ -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',