Skip to content
Snippets Groups Projects
Commit 98fb6a72 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Qual: Deplacement dans rep plus approprié

parent 0572f6ff
Branches
No related tags found
No related merge requests found
...@@ -15,19 +15,17 @@ ...@@ -15,19 +15,17 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/ */
/** /**
\file htdocs/compta/prelevement/pre.inc.php \file htdocs/compta/prelevement/pre.inc.php
\ingroup prelevement \ingroup prelevement
\brief Fichier gestionnaire du menu prelevement \brief Fichier gestionnaire du menu prelevement
\version $Id$
*/ */
require("../../main.inc.php"); require("../../main.inc.php");
require_once DOL_DOCUMENT_ROOT."/bon-prelevement.class.php"; require_once DOL_DOCUMENT_ROOT."/compta/prelevement/bon-prelevement.class.php";
$langs->load("banks"); $langs->load("banks");
$langs->load("withdrawals"); $langs->load("withdrawals");
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
require ("../../master.inc.php"); require ("../../master.inc.php");
require_once (DOL_DOCUMENT_ROOT."/bon-prelevement.class.php"); require_once (DOL_DOCUMENT_ROOT."/compta/prelevement/bon-prelevement.class.php");
require_once (DOL_DOCUMENT_ROOT."/telephonie/lignetel.class.php"); require_once (DOL_DOCUMENT_ROOT."/telephonie/lignetel.class.php");
require_once (DOL_DOCUMENT_ROOT."/telephonie/facturetel.class.php"); require_once (DOL_DOCUMENT_ROOT."/telephonie/facturetel.class.php");
require_once (DOL_DOCUMENT_ROOT."/telephonie/telephonie-tarif.class.php"); require_once (DOL_DOCUMENT_ROOT."/telephonie/telephonie-tarif.class.php");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment