Can have the thirdparty status 'active' when creating by webservices
This commit is contained in:
parent
05b359fbff
commit
8361cc29a1
@ -94,6 +94,7 @@ $server->wsdl->addComplexType(
|
|||||||
'ref' => array('name'=>'name','type'=>'xsd:string'),
|
'ref' => array('name'=>'name','type'=>'xsd:string'),
|
||||||
'ref_ext' => array('name'=>'ref_ext','type'=>'xsd:string'),
|
'ref_ext' => array('name'=>'ref_ext','type'=>'xsd:string'),
|
||||||
'fk_user_author' => array('name'=>'fk_user_author','type'=>'xsd:string'),
|
'fk_user_author' => array('name'=>'fk_user_author','type'=>'xsd:string'),
|
||||||
|
'status' => array('name'=>'status','type'=>'xsd:string'),
|
||||||
'client' => array('name'=>'client','type'=>'xsd:string'),
|
'client' => array('name'=>'client','type'=>'xsd:string'),
|
||||||
'supplier' => array('name'=>'supplier','type'=>'xsd:string'),
|
'supplier' => array('name'=>'supplier','type'=>'xsd:string'),
|
||||||
'customer_code' => array('name'=>'customer_code','type'=>'xsd:string'),
|
'customer_code' => array('name'=>'customer_code','type'=>'xsd:string'),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user