This commit is contained in:
Frédéric FRANCE 2019-12-02 20:18:12 +01:00 committed by GitHub
parent b317530b39
commit 261e166029
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4871,7 +4871,7 @@ class Form
* @param int $forcecombo Force to use combo box
* @param array $events Event options. Example: array(array('method'=>'getContacts', 'url'=>dol_buildpath('/core/ajax/contacts.php',1), 'htmlname'=>'contactid', 'params'=>array('add-customer-contact'=>'disabled')))
* @param int $nooutput No print output. Return it only.
* @return void
* @return void|string
*/
public function form_thirdparty($page, $selected = '', $htmlname = 'socid', $filter = '', $showempty = 0, $showtype = 0, $forcecombo = 0, $events = array(), $nooutput = 0)
{