fix : availibity refresh

This commit is contained in:
florian HENRY
2017-06-12 17:24:36 +02:00
parent 64a6ff9687
commit 71afaaa360

View File

@@ -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))