From defc0a60806c746ab056f172d89b4251230b0a43 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 31 Aug 2019 13:15:05 +0200 Subject: [PATCH] Fix missing property --- htdocs/accountancy/class/accountancysystem.class.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/htdocs/accountancy/class/accountancysystem.class.php b/htdocs/accountancy/class/accountancysystem.class.php index 580ecda0b50..3093c8fb0c1 100644 --- a/htdocs/accountancy/class/accountancysystem.class.php +++ b/htdocs/accountancy/class/accountancysystem.class.php @@ -51,7 +51,12 @@ class AccountancySystem public $pcg_type; public $pcg_subtype; - /** + /** + * @var string Accountancy System numero + */ + public $numero; + + /** * @var string Accountancy System label */ public $label;