Merge pull request #6046 from defrance/patch-47

FIX Enabling intervention to process
This commit is contained in:
Laurent Destailleur 2016-11-29 23:05:05 +01:00 committed by GitHub
commit 52205241e3

View File

@ -280,8 +280,8 @@ else dol_print_error($db);
/*
* interventions to process
*/
/*
if (! empty($conf->fichinter->enabled))
if (! empty($conf->ficheinter->enabled))
{
$sql = "SELECT f.rowid, f.ref, f.fk_statut, s.nom as name, s.rowid as socid";
$sql.=" FROM ".MAIN_DB_PREFIX."fichinter as f";
@ -348,9 +348,6 @@ if (! empty($conf->fichinter->enabled))
}
else dol_print_error($db);
}
*/
print '</div></div></div>';