Merge pull request #8349 from frederic34/frederic34-patch-1-1

Update ticketsup.class.php
This commit is contained in:
Laurent Destailleur 2018-03-11 18:31:24 +01:00 committed by GitHub
commit 8e37957481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2246,9 +2246,10 @@ class Ticketsup extends CommonObject
* @param int $statut Status of lines to get (-1=all)
* @param string $source Source of contact: external or thirdparty (llx_socpeople) or internal (llx_user)
* @param int $list 0:Return array contains all properties, 1:Return array contains just id
* @param string $code Filter on this code of contact type ('SHIPPING', 'BILLING', ...)
* @return array Array of contacts
*/
function liste_contact($statut = -1, $source = 'external', $list = 0)
function liste_contact($statut = -1, $source = 'external', $list = 0, $code = '')
{
global $langs;