Update accountancycategory.class.php

This commit is contained in:
Frédéric FRANCE 2018-11-22 23:26:04 +01:00 committed by GitHub
parent 295d082da1
commit d21abc2dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ class AccountancyCategory // extends CommonObject
public $range_account;
/**
* @var int $sens Sens of the account: 0: credit - debit, 1: debit - credit
* @var int Sens of the account: 0: credit - debit, 1: debit - credit
*/
public $sens;