Work on reminders

This commit is contained in:
Laurent Destailleur
2017-10-31 23:10:29 +01:00
parent 1db68b2a32
commit 9458c80c48
12 changed files with 339 additions and 49 deletions

View File

@@ -340,16 +340,6 @@ abstract class CommonObject
// No constructor as it is an abstract class
/**
* Return if an object manage the multicompany field and how.
*
* @return int 0=No entity field managed, 1=Test with field entity, 2=Test with link to thirdparty (and sales representative)
*/
function getIsmultientitymanaged()
{
return $this->ismultientitymanaged;
}
/**
* Check an object id/ref exists
* If you don't need/want to instantiate object and just need to know if object exists, use this method instead of fetch