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
dca4b3382659426323579a7a98cee4a9bf457aaf
Authored by
Alex Savenko
2016-12-28 14:17:56 +0200
1 parent
c8b241cc
customers backend order
Showing
1 changed file
with
4 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 @
dca4b33
...
...
@@ -43,7 +43,10 @@ class customers extends \db
43
43
SELECT * FROM
44
44
public.customers
45
45
WHERE
46
- status = 1'
46
+ status = 1
47
+ ORDER BY
48
+ id ASC'
49
+
47
50
,
48
51
[
49
52
],
...
...