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
c7937a99
Commit
c7937a99
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge branch '3.6' of git@github.com:Dolibarr/dolibarr.git into 3.6
parents
953e736a
d40229e9
Branches
Branches containing commit
Tags
3.6.2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/product/stats/facture.php
+2
-1
2 additions, 1 deletion
htdocs/product/stats/facture.php
with
2 additions
and
1 deletion
htdocs/product/stats/facture.php
+
2
−
1
View file @
c7937a99
...
...
@@ -2,6 +2,7 @@
/* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2010 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2014 Juanjo Menent <jmenent@2byte.es>
*
* 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
...
...
@@ -153,7 +154,7 @@ if ($id > 0 || ! empty($ref))
print_liste_field_titre
(
$langs
->
trans
(
"CustomerCode"
),
$_SERVER
[
"PHP_SELF"
],
"s.code_client"
,
""
,
"&id="
.
$product
->
id
,
''
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
"DateInvoice"
),
$_SERVER
[
"PHP_SELF"
],
"f.datef"
,
""
,
"&id="
.
$product
->
id
,
'align="center"'
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
"Qty"
),
$_SERVER
[
"PHP_SELF"
],
"d.qty"
,
""
,
"&id="
.
$product
->
id
,
'align="center"'
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
"AmountHT"
),
$_SERVER
[
"PHP_SELF"
],
"f.total
_ht
"
,
""
,
"&id="
.
$product
->
id
,
'align="right"'
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
"AmountHT"
),
$_SERVER
[
"PHP_SELF"
],
"f.total"
,
""
,
"&id="
.
$product
->
id
,
'align="right"'
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
"Status"
),
$_SERVER
[
"PHP_SELF"
],
"f.paye,f.fk_statut"
,
""
,
"&id="
.
$product
->
id
,
'align="right"'
,
$sortfield
,
$sortorder
);
print
"</tr>
\n
"
;
...
...
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