Bugfix
This commit is contained in:
parent
a0936079c4
commit
223d463cdd
@ -463,7 +463,7 @@ else
|
|||||||
require_once DOL_DOCUMENT_ROOT.'/telephonie/contrat/modules/'.$conf->global->TELEPHONIE_CONTRAT_PLUGIN.'.php';
|
require_once DOL_DOCUMENT_ROOT.'/telephonie/contrat/modules/'.$conf->global->TELEPHONIE_CONTRAT_PLUGIN.'.php';
|
||||||
$var = $conf->global->TELEPHONIE_CONTRAT_PLUGIN;
|
$var = $conf->global->TELEPHONIE_CONTRAT_PLUGIN;
|
||||||
$plugin = new $var;
|
$plugin = new $var;
|
||||||
if($plugin->tabs($h))
|
if($plugin->tabs($head,$h))
|
||||||
$h++;
|
$h++;
|
||||||
else
|
else
|
||||||
dolibarr_syslog("$var::tabs error");
|
dolibarr_syslog("$var::tabs error");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user