loan order

This commit is contained in:
CHIEFSOFT\ameye
2024-09-04 17:05:06 -04:00
parent 3e33da5e05
commit 3f844297ff
2 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ class BkoDash extends BaseController
a.state,a.country,a.status,a.added,
a.updated
FROM applications a
LEFT JOIN customers c ON c.uid = a.customer_uid LIMIT 10");
LEFT JOIN customers c ON c.uid = a.customer_uid ORDER BY a.id DESC LIMIT 10");
$row = $query->getResult('array');
$q2 = "SELECT * FROM bvn_checks ORDER BY id DESC LIMIT 10";