mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix warning
This commit is contained in:
@@ -583,11 +583,17 @@ abstract class CommonObject
|
||||
*/
|
||||
public $total_ttc;
|
||||
|
||||
|
||||
/**
|
||||
* @var CommonObjectLine[]
|
||||
*/
|
||||
public $lines;
|
||||
|
||||
/**
|
||||
* @var string Action code to use to record auto event in agenda. For exemple 'AC_OTH_AUTO'
|
||||
*/
|
||||
public $actiontypecode;
|
||||
|
||||
/**
|
||||
* @var mixed Comments
|
||||
* @see fetchComments()
|
||||
|
||||
Reference in New Issue
Block a user