diff --git a/htdocs/fourn/commande/index.php b/htdocs/fourn/commande/index.php index def3eceabca..59208eb2b07 100644 --- a/htdocs/fourn/commande/index.php +++ b/htdocs/fourn/commande/index.php @@ -26,8 +26,8 @@ */ require("../../main.inc.php"); -require_once(DOL_DOCUMENT_ROOT."/contact/contact.class.php"); require_once(DOL_DOCUMENT_ROOT."/fourn/fournisseur.commande.class.php"); +require_once(DOL_DOCUMENT_ROOT."/contact/contact.class.php"); // Security check $orderid = isset($_GET["orderid"])?$_GET["orderid"]:''; diff --git a/htdocs/fourn/commande/liste.php b/htdocs/fourn/commande/liste.php index ac410f96fc8..bb10d6686bb 100644 --- a/htdocs/fourn/commande/liste.php +++ b/htdocs/fourn/commande/liste.php @@ -1,7 +1,7 @@ * Copyright (C) 2004-2010 Laurent Destailleur - * Copyright (C) 2005-2009 Regis Houssin + * Copyright (C) 2005-2010 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by