Browse Source

Update accountingaccount.class.php

Philippe Grand 6 years ago
parent
commit
34ea3d479f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      htdocs/accountancy/class/accountingaccount.class.php

+ 3 - 3
htdocs/accountancy/class/accountingaccount.class.php

@@ -81,9 +81,9 @@ class AccountingAccount extends CommonObject
 	var $account_category;
 	
 	/**
-     * @var string proper name for given parameter
-     */
-    public $label;
+     	 * @var string proper name for given parameter
+     	 */
+    	public $label;
     
 	var $fk_user_author;
 	var $fk_user_modif;