Update ticketsup.class.php

This commit is contained in:
Frédéric FRANCE 2018-03-12 20:43:38 +01:00 committed by GitHub
parent e6de2ab40e
commit 56d023165e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2262,7 +2262,7 @@ class Ticketsup extends CommonObject
* @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, $code = '')
function listeContact($statut = -1, $source = 'external', $list = 0, $code = '')
{
global $langs;