Commit dca4b3382659426323579a7a98cee4a9bf457aaf

Authored by Alex Savenko
1 parent c8b241cc

customers backend order

Showing 1 changed file with 4 additions and 1 deletions   Show diff stats
src/lib/models/customers.php
... ... @@ -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 ],
... ...