Update accountingaccount.class.php

This commit is contained in:
Philippe Grand 2018-08-29 12:09:31 +02:00 committed by GitHub
parent 684913de17
commit 81eae4cbda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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