Skip to content
Snippets Groups Projects
Commit c2135410 authored by Phf's avatar Phf
Browse files

FIX can not have access to the new ids or propal lines on PROPAL_CLONE

parent 43f39992
No related branches found
No related tags found
No related merge requests found
...@@ -1162,7 +1162,7 @@ class Propal extends CommonObject ...@@ -1162,7 +1162,7 @@ class Propal extends CommonObject
} }
// Call trigger // Call trigger
$result=$this->call_trigger('PROPAL_CLONE',$user); $result=$clonedObj->call_trigger('PROPAL_CLONE',$user);
if ($result < 0) { $error++; } if ($result < 0) { $error++; }
// End call triggers // End call triggers
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment