Fix: acces zone export
This commit is contained in:
parent
a33c56c259
commit
71bc20cc48
@ -58,7 +58,7 @@ class Export
|
||||
* \param user Objet utilisateur qui exporte
|
||||
* \param filter Code export pour charger un lot de données particulier
|
||||
*/
|
||||
function load_arrays($user,$filter)
|
||||
function load_arrays($user,$filter='')
|
||||
{
|
||||
dolibarr_syslog("Export::load_arrays user=$user filter=$filter");
|
||||
|
||||
|
||||
@ -91,7 +91,7 @@ if (sizeof($export->array_export_code))
|
||||
print $export->array_export_module[$key]->getName();
|
||||
print '</td><td>';
|
||||
print $export->array_export_label[$key];
|
||||
print '</td><td>';
|
||||
print '</td><td width="24">';
|
||||
print '<a href="'.DOL_URL_ROOT.'/exports/export.php?datatoexport='.$export->array_export_code[$key].'">'.img_picto($langs->trans("NewExport"),'filenew').'</a>';
|
||||
print '</td></tr>';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user