This commit is contained in:
Laurent Destailleur 2011-10-18 14:52:43 +02:00
parent 7e38f8a85e
commit 94995ecaf8

View File

@ -160,6 +160,10 @@ $server->register(
* Get produt or service
*
* @param array $authentication Array of authentication information
* @param int $id Id of object
* @param string $ref Ref of object
* @param ref_ext $ref_ext Ref external of object
* @return mixed
*/
function getProductOrService($authentication,$id='',$ref='',$ref_ext='')
{