From a88262e9a62f96c5c5526ab4ee0370d4b209881c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Sun, 30 Sep 2018 10:52:40 +0200 Subject: [PATCH] add code_compta_client to Societe class --- htdocs/societe/class/societe.class.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 7ee22384b39..81a370dc2b9 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -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