2
0
forked from Wavyzz/dolibarr

move contact class file to contact directory

This commit is contained in:
Philippe Grand
2010-03-25 13:51:24 +00:00
parent eba07e7e47
commit a56832d521
51 changed files with 51 additions and 51 deletions

View File

@@ -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;