mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update target.class.php
This commit is contained in:
parent
6ba594efd8
commit
5667349d1e
|
|
@ -341,7 +341,7 @@ class Target extends CommonObject
|
|||
{
|
||||
$result = $this->fetchCommon($id, $ref);
|
||||
if (empty($this->ref)) {
|
||||
$this->ref = $this->id;
|
||||
$this->ref = (string) $this->id;
|
||||
}
|
||||
|
||||
return $result;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user