Merge pull request #12607 from frederic34/patch-18

doxygen
This commit is contained in:
Laurent Destailleur 2019-12-03 13:18:48 +01:00 committed by GitHub
commit ed462190f6
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)
{