Merge pull request #6990 from atm-florian/5.0_fix_availability
fix : availibity refresh
This commit is contained in:
commit
dbccef8ef5
@ -1868,7 +1868,7 @@ class Propal extends CommonObject
|
|||||||
{
|
{
|
||||||
$this->oldcopy= clone $this;
|
$this->oldcopy= clone $this;
|
||||||
$this->fk_availability = $id;
|
$this->fk_availability = $id;
|
||||||
$this->availability_id = $availability_id;
|
$this->availability_id = $id;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! $notrigger && empty($error))
|
if (! $notrigger && empty($error))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user