From 00ee6e9960b700ca4e84ca19bcef102f3337444a Mon Sep 17 00:00:00 2001 From: jfefe Date: Mon, 5 Nov 2012 03:45:54 +0100 Subject: [PATCH] Can have the thirdparty status 'active' when creating by webservices --- htdocs/webservices/server_thirdparty.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/webservices/server_thirdparty.php b/htdocs/webservices/server_thirdparty.php index f23bee5f631..2e6cfbc083c 100755 --- a/htdocs/webservices/server_thirdparty.php +++ b/htdocs/webservices/server_thirdparty.php @@ -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'),