add code_compta_client to Societe class

This commit is contained in:
Frédéric FRANCE 2018-09-30 10:52:40 +02:00 committed by GitHub
parent f32ccf935a
commit a88262e9a6
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