Fix: doxygen
This commit is contained in:
parent
7e6e9604cc
commit
7654b88f92
@ -16,10 +16,10 @@
|
|||||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/** \file htdocs/compta/resultat/pre.inc.php
|
/** \file htdocs/compta/resultat/bilan.php
|
||||||
\ingroup compta
|
* \ingroup compta
|
||||||
\brief Fichier gestionnaire du menu paramétrage de la compta
|
* \brief Fichier page bilan compta
|
||||||
\version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
@ -41,13 +41,13 @@ $month=$_GET["month"];
|
|||||||
if (! $year) { $year = strftime("%Y", time()); }
|
if (! $year) { $year = strftime("%Y", time()); }
|
||||||
|
|
||||||
|
|
||||||
/* Le compte de résultat est un document officiel requis par l'administration selon le status ou activité */
|
/* Le compte de r<EFBFBD>sultat est un document officiel requis par l'administration selon le status ou activit<69> */
|
||||||
|
|
||||||
print_titre("Bilan".($year?" année $year":""));
|
print_titre("Bilan".($year?" ann<EFBFBD>e $year":""));
|
||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
|
|
||||||
print "Cet état n'est pas disponible.";
|
print "Cet <EFBFBD>tat n'est pas disponible.";
|
||||||
|
|
||||||
|
|
||||||
$db->close();
|
$db->close();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user