Commit 9911b5c2a1847db07b042b4799b43d4ca819c5ad

Authored by Alex Savenko
1 parent dca4b338

customers backend order

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib/models/customers.php
... ... @@ -45,7 +45,7 @@ class customers extends \db
45 45 WHERE
46 46 status = 1
47 47 ORDER BY
48   - id ASC'
  48 + id DESC'
49 49  
50 50 ,
51 51 [
... ...