Update accountingjournal.class.php

This commit is contained in:
Philippe Grand 2018-08-28 10:38:42 +02:00 committed by GitHub
parent 34ea3d479f
commit df05eb785b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,9 +45,9 @@ class AccountingJournal extends CommonObject
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;