2
0
forked from Wavyzz/dolibarr

Move all modules into includes/modules directory

This commit is contained in:
Laurent Destailleur
2008-10-25 23:19:30 +00:00
parent 5424704757
commit d4fdb23618
13 changed files with 40 additions and 127 deletions

View File

@@ -228,7 +228,7 @@ class FormFile
if (is_array($genallowed)) $modellist=$genallowed;
else
{
include_once(DOL_DOCUMENT_ROOT.'/fourn/commande/modules/modules_commandefournisseur.php');
include_once(DOL_DOCUMENT_ROOT.'/includes/modules/supplier_order/modules_commandefournisseur.php');
$model=new ModelePDFSuppliersOrders();
$modellist=$model->liste_modeles($this->db);
}