Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
7654b88f
Commit
7654b88f
authored
15 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Fix: doxygen
parent
7e6e9604
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/compta/resultat/bilan.php
+10
-10
10 additions, 10 deletions
htdocs/compta/resultat/bilan.php
with
10 additions
and
10 deletions
htdocs/compta/resultat/bilan.php
+
10
−
10
View file @
7654b88f
...
@@ -16,10 +16,10 @@
...
@@ -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 paramtrage de l
a compta
*
\brief Fichier
page bi
la
n
compta
\version $Id$
*
\version $Id$
*/
*/
require
(
"./pre.inc.php"
);
require
(
"./pre.inc.php"
);
...
@@ -41,13 +41,13 @@ $month=$_GET["month"];
...
@@ -41,13 +41,13 @@ $month=$_GET["month"];
if
(
!
$year
)
{
$year
=
strftime
(
"%Y"
,
time
());
}
if
(
!
$year
)
{
$year
=
strftime
(
"%Y"
,
time
());
}
/* Le compte de r
s
ultat est un document officiel requis par l'administration selon le status ou activit
*
/
/* Le compte de r
�su
ltat est un document officiel requis par l'administration selon le status ou activit�
*/
print_titre
(
"Bilan"
.
(
$year
?
" ann
e
$year
"
:
""
));
print_titre
(
"Bilan"
.
(
$year
?
" ann
�e
$year
"
:
""
));
print
'<br>'
;
print
'<br>'
;
print
"Cet
t
at n'est pas disponible."
;
print
"Cet
�ta
t n'est pas disponible."
;
$db
->
close
();
$db
->
close
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment