mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 14:01:22 +01:00
Fix scrutinizer
This commit is contained in:
@@ -63,28 +63,28 @@ class Fiscalyear extends CommonObject
|
||||
* @var string fiscal year label
|
||||
*/
|
||||
public $label;
|
||||
|
||||
|
||||
/**
|
||||
* Date start (date_start)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $date_start;
|
||||
|
||||
|
||||
/**
|
||||
* Date end (date_end)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $date_end;
|
||||
|
||||
|
||||
/**
|
||||
* Date creation record (datec)
|
||||
*
|
||||
* @var integer
|
||||
*/
|
||||
public $datec;
|
||||
|
||||
|
||||
public $statut; // 0=open, 1=closed
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user