2
0
forked from Wavyzz/dolibarr

Fix warning

This commit is contained in:
Laurent Destailleur
2024-02-29 20:39:21 +01:00
parent 0eed4b9784
commit df8a6bd336

View File

@@ -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()