From 8a9fe373d621421a0ce240b934df18e65e55be25 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Mon, 3 May 2010 08:43:32 +0000 Subject: [PATCH] according to new tree directory --- htdocs/commande/fiche.php | 2 +- htdocs/compta/facture.php | 2 +- htdocs/exports/export.php | 2 +- htdocs/fourn/commande/fiche.php | 2 +- htdocs/imports/import.php | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index aaa12fd902a..a866f0edeb7 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -29,7 +29,7 @@ */ require("../main.inc.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."/html.formorder.class.php"); require_once(DOL_DOCUMENT_ROOT."/includes/modules/commande/modules_commande.php"); require_once(DOL_DOCUMENT_ROOT.'/commande/class/commande.class.php'); diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 33a63020cd0..738c14c72b2 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -30,7 +30,7 @@ */ require('../main.inc.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.'/includes/modules/facture/modules_facture.php'); require_once(DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php'); require_once(DOL_DOCUMENT_ROOT.'/core/class/discount.class.php'); diff --git a/htdocs/exports/export.php b/htdocs/exports/export.php index 06b42044e66..8f9e742ee92 100644 --- a/htdocs/exports/export.php +++ b/htdocs/exports/export.php @@ -25,7 +25,7 @@ */ require_once("../main.inc.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."/html.formother.class.php"); require_once(DOL_DOCUMENT_ROOT."/exports/class/export.class.php"); require_once(DOL_DOCUMENT_ROOT.'/includes/modules/export/modules_export.php'); diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index 675c35cbce6..f99f5d95c9c 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -28,7 +28,7 @@ */ require("../../main.inc.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."/html.formorder.class.php"); require_once(DOL_DOCUMENT_ROOT.'/includes/modules/supplier_order/modules_commandefournisseur.php'); require_once DOL_DOCUMENT_ROOT."/fourn/class/fournisseur.commande.class.php"; diff --git a/htdocs/imports/import.php b/htdocs/imports/import.php index f5e90d7e234..7c0b9f80c6d 100644 --- a/htdocs/imports/import.php +++ b/htdocs/imports/import.php @@ -25,7 +25,7 @@ */ require_once("../main.inc.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."/html.formother.class.php"); require_once(DOL_DOCUMENT_ROOT."/imports/class/import.class.php"); require_once(DOL_DOCUMENT_ROOT.'/includes/modules/import/modules_import.php');