Skip to content
Snippets Groups Projects
Commit 71afaaa3 authored by florian HENRY's avatar florian HENRY
Browse files

fix : availibity refresh

parent 64a6ff96
No related branches found
No related tags found
No related merge requests found
......@@ -1868,7 +1868,7 @@ class Propal extends CommonObject
{
$this->oldcopy= clone $this;
$this->fk_availability = $id;
$this->availability_id = $availability_id;
$this->availability_id = $id;
}
if (! $notrigger && empty($error))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment