Alex Savenko
/
semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
9911b5c2a1847db07b042b4799b43d4ca819c5ad
Authored by
Alex Savenko
2016-12-28 14:19:31 +0200
1 parent
dca4b338
customers backend order
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/lib/models/customers.php
Inline
Side-by-side
src/lib/models/customers.php
Wrap text
Show/Hide comments
View file @
9911b5c
...
...
@@ -45,7 +45,7 @@ class customers extends \db
45
45
WHERE
46
46
status = 1
47
47
ORDER BY
48
- id
A
SC'
48
+ id
DE
SC'
49
49
50
50
,
51
51
[
...
...