Skip to content

Commit

Permalink
Update accountancycategory.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed Aug 29, 2018
1 parent e92b96a commit 684913d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions htdocs/accountancy/class/accountancycategory.class.php
Expand Up @@ -31,39 +31,39 @@
class AccountancyCategory // extends CommonObject
{
/**
* @var DoliDB Database handler.
*/
public $db;
* @var DoliDB Database handler.
*/
public $db;

/**
* @var string Error string
* @see errors
*/
public $error;

/**
* @var string[] Error codes (or messages)
*/
public $errors = array();

/**
* @var string ID to identify managed object
*/
public $element='c_accounting_category';
public $element='c_accounting_category';

/**
* @var string Name of table without prefix where object is stored
*/
public $table_element='c_accounting_category';
public $table_element='c_accounting_category';

public $id;
public $code;

/**
* @var string proper name for given parameter
*/
public $label;
* @var string proper name for given parameter
*/
public $label;

public $range_account;
public $sens;
public $category_type;
Expand Down

0 comments on commit 684913d

Please sign in to comment.