correct call to class commande.class.php

This commit is contained in:
Philippe Grand
2010-03-27 17:25:06 +00:00
parent cab4356e3d
commit 2dcb267b4b
3 changed files with 3 additions and 0 deletions

View File

@@ -30,6 +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."/html.formfile.class.php");
require_once(DOL_DOCUMENT_ROOT ."/commande/commande.class.php");
if (!$user->rights->commande->lire) accessforbidden();