2
0
forked from Wavyzz/dolibarr

Fix warning

This commit is contained in:
Laurent Destailleur
2023-07-01 13:07:14 +02:00
parent 0397211a93
commit 15b7f736a7
4 changed files with 7 additions and 3 deletions

View File

@@ -45,6 +45,12 @@
abstract class CommonObject
{
const TRIGGER_PREFIX = ''; // to be overriden in child class implementations, i.e. 'BILL', 'TASK', 'PROPAL', etc.
/**
* @var string ID of module.
*/
public $module;
/**
* @var DoliDb Database handler (result of a new DoliDB)
*/