move societe class file to societe directory

This commit is contained in:
Philippe Grand
2010-03-29 20:52:30 +00:00
parent 9ba2d6d97f
commit 671ce8a542
34 changed files with 35 additions and 35 deletions

View File

@@ -35,7 +35,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
// Recupere root dolibarr
$path=preg_replace('/generate-commande.php/i','',$_SERVER["PHP_SELF"]);
require ($path."../htdocs/master.inc.php");
include_once(DOL_DOCUMENT_ROOT."/societe.class.php");
include_once(DOL_DOCUMENT_ROOT."/societe/societe.class.php");
include_once(DOL_DOCUMENT_ROOT."/contact/contact.class.php");
include_once(DOL_DOCUMENT_ROOT."/compta/facture/facture.class.php");
include_once(DOL_DOCUMENT_ROOT."/product/product.class.php");