Merge pull request #23910 from frederic34/patch-12

doc
This commit is contained in:
Laurent Destailleur 2023-02-16 21:12:26 +01:00 committed by GitHub
commit 87eaaa7592
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