diff --git a/htdocs/accountancy/class/accountancycategory.class.php b/htdocs/accountancy/class/accountancycategory.class.php index 4bb7e5aaf66..3673f6df204 100644 --- a/htdocs/accountancy/class/accountancycategory.class.php +++ b/htdocs/accountancy/class/accountancycategory.class.php @@ -30,10 +30,10 @@ require_once DOL_DOCUMENT_ROOT . '/core/lib/accounting.lib.php'; */ class AccountancyCategory // extends CommonObject { - /** - * @var DoliDB Database handler. - */ - public $db; + /** + * @var DoliDB Database handler. + */ + public $db; /** * @var string Error string @@ -57,21 +57,21 @@ class AccountancyCategory // extends CommonObject public $table_element='c_accounting_category'; /** - * @var int ID - */ - public $id; + * @var int ID + */ + public $id; /** * @var mixed Sample property 1 */ public $code; - /** - * @var string proper name for given parameter - */ - public $label; + /** + * @var string proper name for given parameter + */ + public $label; - /** + /** * @var mixed Sample property 1 */ public $range_account; diff --git a/htdocs/accountancy/class/accountingaccount.class.php b/htdocs/accountancy/class/accountingaccount.class.php index 08ae8359c96..1447ff0e7b4 100644 --- a/htdocs/accountancy/class/accountingaccount.class.php +++ b/htdocs/accountancy/class/accountingaccount.class.php @@ -79,35 +79,24 @@ class AccountingAccount extends CommonObject var $account_number; var $account_parent; var $account_category; -<<<<<<< HEAD - - /** - * @var string proper name for given parameter + + /** + * @var string Label of account */ public $label; - - var $fk_user_author; - var $fk_user_modif; - var $active; // duplicate with status -======= - /** - * @var string Label of account - */ - public $label; + /** + * @var int ID + */ + public $fk_user_author; - /** - * @var int ID - */ - public $fk_user_author; + /** + * @var int ID + */ + public $fk_user_modif; - /** - * @var int ID - */ - public $fk_user_modif; - - var $active; // duplicate with status ->>>>>>> upstream/develop + var $active; // duplicate with status + var $status;