mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 17:02:34 +01:00
Fix warning
This commit is contained in:
@@ -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)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user