Merge pull request #9637 from frederic34/patch-10

add code_compta_client to Societe class
This commit is contained in:
Laurent Destailleur 2018-10-01 01:16:18 +02:00 committed by GitHub
commit 84c062a03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,6 +338,12 @@ class Societe extends CommonObject
*/
public $code_compta;
/**
* Accounting code for client
* @var string
*/
public $code_compta_client;
/**
* Accounting code for suppliers
* @var string