Fix: Parameter pb.

This commit is contained in:
Laurent Destailleur 2011-03-18 10:05:16 +00:00
parent 81f58fe8ff
commit e99e7973df
2 changed files with 2 additions and 2 deletions

View File

@ -191,7 +191,7 @@ $ns
/**
* Get invoice from id, ref or ref_ext
*/
function getInvoice($authentication,$id,$ref,$ref_ext)
function getInvoice($authentication,$id='',$ref='',$ref_ext='')
{
global $db,$conf,$langs;

View File

@ -126,7 +126,7 @@ $ns
// Full methods code
function getThirdParty($authentication,$id,$ref,$ref_ext)
function getThirdParty($authentication,$id='',$ref='',$ref_ext='')
{
global $db,$conf,$langs;