This commit is contained in:
Frédéric FRANCE 2023-02-14 20:39:23 +01:00 committed by GitHub
parent 8a58c3e292
commit f0a7deb3f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -615,10 +615,11 @@ class Societe extends CommonObject
/** /**
* Duplicate of code_compta_client (for backward compatibility) * Duplicate of code_compta_client (for backward compatibility)
* @var string * @var string
* @deprecated
* @see $code_compta_client
*/ */
public $code_compta; public $code_compta;
/** /**
* Accounting code for customer * Accounting code for customer
* @var string * @var string
@ -637,14 +638,12 @@ class Societe extends CommonObject
*/ */
public $accountancy_code_supplier; public $accountancy_code_supplier;
/** /**
* Accounting code for product (for level 3 of suggestion of prouct accounting account) * Accounting code for product (for level 3 of suggestion of prouct accounting account)
* @var string * @var string
*/ */
public $code_compta_product; public $code_compta_product;
/** /**
* @var string * @var string
* @deprecated Note is split in public and private notes * @deprecated Note is split in public and private notes