2
0
forked from Wavyzz/dolibarr

according to new tree directory

This commit is contained in:
Philippe Grand
2010-05-03 08:43:32 +00:00
parent 8a9fe373d6
commit a981577553
49 changed files with 1768 additions and 51 deletions

View File

@@ -30,7 +30,7 @@ require("../../main.inc.php");
require_once(DOL_DOCUMENT_ROOT.'/lib/order.lib.php');
require_once(DOL_DOCUMENT_ROOT."/lib/files.lib.php");
require_once(DOL_DOCUMENT_ROOT."/lib/fourn.lib.php");
require_once(DOL_DOCUMENT_ROOT."/html.formfile.class.php");
require_once(DOL_DOCUMENT_ROOT."/core/class/html.formfile.class.php");
require_once DOL_DOCUMENT_ROOT."/fourn/class/fournisseur.commande.class.php";
$langs->load('orders');