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

This commit is contained in:
phf 2015-11-16 15:33:10 +01:00
parent 43f3999234
commit c21354101f

View File

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