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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
f1c9a6fe
Commit
f1c9a6fe
authored
Feb 14, 2016
by
Laurent Destailleur
Browse files
Options
Downloads
Plain Diff
Merge pull request #4594 from grandoc/3.9
default sort should be from A to Z
parents
0c4d44a8
39feb457
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/adherents/list.php
+1
-1
1 addition, 1 deletion
htdocs/adherents/list.php
with
1 addition
and
1 deletion
htdocs/adherents/list.php
+
1
−
1
View file @
f1c9a6fe
...
...
@@ -57,7 +57,7 @@ if ($page == -1) { $page = 0; }
$offset
=
$conf
->
liste_limit
*
$page
;
$pageprev
=
$page
-
1
;
$pagenext
=
$page
+
1
;
if
(
!
$sortorder
)
{
$sortorder
=
(
$filter
==
'outofdate'
?
"
A
SC"
:
"
DE
SC"
);
}
if
(
!
$sortorder
)
{
$sortorder
=
(
$filter
==
'outofdate'
?
"
DE
SC"
:
"
A
SC"
);
}
if
(
!
$sortfield
)
{
$sortfield
=
(
$filter
==
'outofdate'
?
"d.datefin"
:
"d.lastname"
);
}
if
(
GETPOST
(
"button_removefilter_x"
)
||
GETPOST
(
"button_removefilter"
))
// Both test are required to be compatible with all browsers
...
...
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