move service.class.php to core directory
This commit is contained in:
parent
84f8a18a72
commit
ed377157f8
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/service.class.php
|
* \file htdocs/core/service.class.php
|
||||||
* \ingroup service
|
* \ingroup service
|
||||||
* \brief Fichier de la classe des services predefinis
|
* \brief Fichier de la classe des services predefinis
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
@ -131,7 +131,7 @@ if ($user->societe_id == 0)
|
|||||||
DOL_DOCUMENT_ROOT."/fourn/fournisseur.class.php",
|
DOL_DOCUMENT_ROOT."/fourn/fournisseur.class.php",
|
||||||
DOL_DOCUMENT_ROOT."/adherents/adherent.class.php",
|
DOL_DOCUMENT_ROOT."/adherents/adherent.class.php",
|
||||||
DOL_DOCUMENT_ROOT."/product/product.class.php",
|
DOL_DOCUMENT_ROOT."/product/product.class.php",
|
||||||
DOL_DOCUMENT_ROOT."/service.class.php",
|
DOL_DOCUMENT_ROOT."/core/service.class.php",
|
||||||
DOL_DOCUMENT_ROOT."/comm/propal/propal.class.php",
|
DOL_DOCUMENT_ROOT."/comm/propal/propal.class.php",
|
||||||
DOL_DOCUMENT_ROOT."/commande/commande.class.php",
|
DOL_DOCUMENT_ROOT."/commande/commande.class.php",
|
||||||
DOL_DOCUMENT_ROOT."/compta/facture/facture.class.php",
|
DOL_DOCUMENT_ROOT."/compta/facture/facture.class.php",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user