fix travis

This commit is contained in:
florian HENRY 2019-09-09 14:53:23 +02:00
parent 42cd15400d
commit ee931d0f25

View File

@ -53,14 +53,8 @@ class InterfaceContactRoles extends DolibarrTriggers
* All functions "runTrigger" are triggered if file is inside directory htdocs/core/triggers or htdocs/module/code/triggers (and declared) * All functions "runTrigger" are triggered if file is inside directory htdocs/core/triggers or htdocs/module/code/triggers (and declared)
* *
* Following properties may be set before calling trigger. The may be completed by this trigger to be used for writing the event into database: * Following properties may be set before calling trigger. The may be completed by this trigger to be used for writing the event into database:
* $object->actiontypecode (translation action code: AC_OTH, ...) * $object->socid or $object->fk_soc(id of thirdparty)
* $object->actionmsg (note, long text) * $object->element (element type of object)
* $object->actionmsg2 (label, short text)
* $object->sendtoid (id of contact or array of ids)
* $object->socid (id of thirdparty)
* $object->fk_project
* $object->fk_element
* $object->elementtype
* *
* @param string $action Event action code * @param string $action Event action code
* @param Object $object Object * @param Object $object Object
@ -113,5 +107,6 @@ class InterfaceContactRoles extends DolibarrTriggers
} }
} }
} }
} return 0;
}
} }