forked from Wavyzz/dolibarr
move contact class file to contact directory
This commit is contained in:
@@ -339,7 +339,7 @@ class CommonObject
|
||||
*/
|
||||
function fetch_contact($contactid)
|
||||
{
|
||||
require_once(DOL_DOCUMENT_ROOT."/contact.class.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/contact/contact.class.php");
|
||||
$contact = new Contact($this->db);
|
||||
$result=$contact->fetch($contactid);
|
||||
$this->contact = $contact;
|
||||
|
||||
Reference in New Issue
Block a user