Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
ffbd057ef3
@ -271,9 +271,9 @@ class EmailCollectorAction extends CommonObject
|
|||||||
public function fetch($id, $ref = null)
|
public function fetch($id, $ref = null)
|
||||||
{
|
{
|
||||||
$result = $this->fetchCommon($id, $ref);
|
$result = $this->fetchCommon($id, $ref);
|
||||||
if ($result > 0 && !empty($this->table_element_line)) {
|
// if ($result > 0 && !empty($this->table_element_line)) {
|
||||||
$this->fetchLines();
|
// $this->fetchLinesCommon();
|
||||||
}
|
// }
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -85,6 +85,11 @@ class Task extends CommonObjectLine
|
|||||||
public $date_end;
|
public $date_end;
|
||||||
public $progress;
|
public $progress;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated Use date_end instead
|
||||||
|
*/
|
||||||
|
public $datee;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int ID
|
* @var int ID
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user