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

Fix: Classe project.class.php mal charg sur l'onglet aperu.

parent df342b3b
No related branches found
No related tags found
No related merge requests found
<?php
/* Copyright (C) 2002-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004 ric Seigne <eric.seigne@ryxeo.com>
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2004-2005 Laurent Destailleur <eldy@users.sourceforge.net>
*
* 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
......@@ -22,7 +22,7 @@
*
*/
/*! \file htdocs/compta/facture/apercu.php
/** \file htdocs/compta/facture/apercu.php
\ingroup facture
\brief Page de l'onglet aperu d'une facture
\version $Revision$
......@@ -37,6 +37,10 @@ if (!$user->rights->facture->lire)
$langs->load("bills");
require_once("../../facture.class.php");
if ($conf->projet->enabled) {
require_once("../../projet/project.class.php");
}
/*
* Scurit accs client
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment