Can have the thirdparty status 'active' when creating by webservices

This commit is contained in:
jfefe 2012-11-05 03:45:54 +01:00 committed by Regis Houssin
parent 05b359fbff
commit 8361cc29a1

View File

@ -94,6 +94,7 @@ $server->wsdl->addComplexType(
'ref' => array('name'=>'name','type'=>'xsd:string'),
'ref_ext' => array('name'=>'ref_ext','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'),
'supplier' => array('name'=>'supplier','type'=>'xsd:string'),
'customer_code' => array('name'=>'customer_code','type'=>'xsd:string'),