Update accountancycategory.class.php

This commit is contained in:
Philippe Grand 2018-08-30 14:19:21 +02:00 committed by GitHub
parent ba6a48360e
commit e96e3bdf42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,10 +30,10 @@ require_once DOL_DOCUMENT_ROOT . '/core/lib/accounting.lib.php';
*/ */
class AccountancyCategory // extends CommonObject class AccountancyCategory // extends CommonObject
{ {
/** /**
* @var DoliDB Database handler. * @var DoliDB Database handler.
*/ */
public $db; public $db;
/** /**
* @var string Error string * @var string Error string
@ -57,21 +57,21 @@ class AccountancyCategory // extends CommonObject
public $table_element='c_accounting_category'; public $table_element='c_accounting_category';
/** /**
* @var int ID * @var int ID
*/ */
public $id; public $id;
/** /**
* @var mixed Sample property 1 * @var mixed Sample property 1
*/ */
public $code; public $code;
/** /**
* @var string proper name for given parameter * @var string proper name for given parameter
*/ */
public $label; public $label;
/** /**
* @var mixed Sample property 1 * @var mixed Sample property 1
*/ */
public $range_account; public $range_account;