diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index e4a87878911..d77cfe6a153 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -889,6 +889,13 @@ class Societe extends CommonObject */ public $bank_account; + /** + * @deprecated + * Accounting code for client + * @var ?string + */ + public $code_compta; + const STATUS_CEASED = 0; const STATUS_INACTIVITY = 1;