Enabling ficheintertoprocess
This commit is contained in:
parent
e59edca855
commit
8002187912
@ -280,8 +280,8 @@ else dol_print_error($db);
|
|||||||
/*
|
/*
|
||||||
* interventions to process
|
* 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 = "SELECT f.rowid, f.ref, f.fk_statut, s.nom as name, s.rowid as socid";
|
||||||
$sql.=" FROM ".MAIN_DB_PREFIX."fichinter as f";
|
$sql.=" FROM ".MAIN_DB_PREFIX."fichinter as f";
|
||||||
@ -348,9 +348,6 @@ if (! empty($conf->fichinter->enabled))
|
|||||||
}
|
}
|
||||||
else dol_print_error($db);
|
else dol_print_error($db);
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
print '</div></div></div>';
|
print '</div></div></div>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user