merge
This commit is contained in:
parent
ab50437331
commit
a4561ab4ad
@ -151,6 +151,7 @@ class ActionComm extends CommonObject
|
|||||||
$this->userassigned=array();
|
$this->userassigned=array();
|
||||||
$this->userassigned[$tmpid]=array('id'=>$tmpid);
|
$this->userassigned[$tmpid]=array('id'=>$tmpid);
|
||||||
}
|
}
|
||||||
|
|
||||||
$userownerid=$this->userownerid;
|
$userownerid=$this->userownerid;
|
||||||
$userdoneid=$this->userdoneid;
|
$userdoneid=$this->userdoneid;
|
||||||
|
|
||||||
@ -243,7 +244,7 @@ class ActionComm extends CommonObject
|
|||||||
{
|
{
|
||||||
foreach($this->userassigned as $key => $val)
|
foreach($this->userassigned as $key => $val)
|
||||||
{
|
{
|
||||||
if (! is_array($val)) // For backward compatibility when valid
|
if (! is_array($val)) // For backward compatibility when val=id
|
||||||
{
|
{
|
||||||
$tmpid=$val;
|
$tmpid=$val;
|
||||||
$val=array('id'=>$val);
|
$val=array('id'=>$val);
|
||||||
|
|||||||
@ -2604,6 +2604,7 @@ class Facture extends CommonInvoice
|
|||||||
|
|
||||||
$file = $conf->global->FACTURE_ADDON.".php";
|
$file = $conf->global->FACTURE_ADDON.".php";
|
||||||
$classname = $conf->global->FACTURE_ADDON;
|
$classname = $conf->global->FACTURE_ADDON;
|
||||||
|
|
||||||
// Include file with class
|
// Include file with class
|
||||||
$dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
|
$dirmodels = array_merge(array('/'), (array) $conf->modules_parts['models']);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user