2
0
forked from Wavyzz/dolibarr

add deprecated properties code_compta to remove some undefined properties warning (#35473)

This commit is contained in:
Dylan Bourdere
2025-09-25 11:52:32 +02:00
committed by GitHub
parent 0ba4c17e66
commit b43524e467

View File

@@ -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;