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
d6cb29a1
Commit
d6cb29a1
authored
10 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge pull request #2048 from frederic34/patch-7
#1689 Can't sort supplier invoice payments on amounts
parents
8c440dea
e9966c50
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/fourn/facture/paiement.php
+1
-1
1 addition, 1 deletion
htdocs/fourn/facture/paiement.php
with
1 addition
and
1 deletion
htdocs/fourn/facture/paiement.php
+
1
−
1
View file @
d6cb29a1
...
...
@@ -536,7 +536,7 @@ if (empty($action))
print_liste_field_titre
(
$langs
->
trans
(
'ThirdParty'
),
$_SERVER
[
"PHP_SELF"
],
's.nom'
,
''
,
$paramlist
,
''
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
'Type'
),
$_SERVER
[
"PHP_SELF"
],
'c.libelle'
,
''
,
$paramlist
,
''
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
'Account'
),
$_SERVER
[
"PHP_SELF"
],
'ba.label'
,
''
,
$paramlist
,
''
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
'Amount'
),
$_SERVER
[
"PHP_SELF"
],
'
f
.amount'
,
''
,
$paramlist
,
'align="right"'
,
$sortfield
,
$sortorder
);
print_liste_field_titre
(
$langs
->
trans
(
'Amount'
),
$_SERVER
[
"PHP_SELF"
],
'
p
.amount'
,
''
,
$paramlist
,
'align="right"'
,
$sortfield
,
$sortorder
);
//print_liste_field_titre($langs->trans('Invoice'),$_SERVER["PHP_SELF"],'ref_supplier','',$paramlist,'',$sortfield,$sortorder);
print
'<td class="liste_titre"> </td>'
;
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