Fix: Parameter pb.
This commit is contained in:
parent
81f58fe8ff
commit
e99e7973df
@ -191,7 +191,7 @@ $ns
|
|||||||
/**
|
/**
|
||||||
* Get invoice from id, ref or ref_ext
|
* 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;
|
global $db,$conf,$langs;
|
||||||
|
|
||||||
|
|||||||
@ -126,7 +126,7 @@ $ns
|
|||||||
|
|
||||||
|
|
||||||
// Full methods code
|
// Full methods code
|
||||||
function getThirdParty($authentication,$id,$ref,$ref_ext)
|
function getThirdParty($authentication,$id='',$ref='',$ref_ext='')
|
||||||
{
|
{
|
||||||
global $db,$conf,$langs;
|
global $db,$conf,$langs;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user