Update accountingaccount.class.php

This commit is contained in:
Philippe Grand 2018-08-22 22:31:54 +02:00 committed by GitHub
parent 25b1b08d92
commit ec8422af73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,9 +51,9 @@ class AccountingAccount extends CommonObject
public $restrictiononfksoc = 1;
/**
* @var DoliDB Database handler.
*/
public $db;
* @var DoliDB Database handler.
*/
public $db;
/**
* @var string Error code (or message)
@ -80,9 +80,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;