Skip to content

Commit

Permalink
Fix white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
grandoc committed Aug 29, 2018
1 parent da02a24 commit b29721d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions htdocs/accountancy/class/accountingjournal.class.php
Expand Up @@ -30,25 +30,25 @@ class AccountingJournal extends CommonObject
* @var string ID to identify managed object
*/
public $element='accounting_journal';

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

public $fk_element = '';
public $ismultientitymanaged = 0; // 0=No test on entity, 1=Test with field entity, 2=Test with link by societe
public $picto = 'generic';

var $rowid;
public $rowid;

public $code;

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

public $nature; // 1:various operations, 2:sale, 3:purchase, 4:bank, 5:expense-report, 8:inventory, 9: has-new
public $active;

Expand Down

0 comments on commit b29721d

Please sign in to comment.