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