This commit is contained in:
Rizki
2026-03-12 14:28:53 +07:00
parent 51af0e4889
commit 51f0c8fe67

View File

@ -21,7 +21,7 @@ class DashboardAdapter extends Adapter {
( (
SELECT COALESCE(SUM(amount),0) SELECT COALESCE(SUM(amount),0)
FROM tbl_requestbudget FROM tbl_requestbudget
WHERE isdeleted = 0 AND years = ? WHERE isdeleted = 0 AND years = ? AND tbl_requestbudget.isused = 0
) AS total_requested_budget, ) AS total_requested_budget,
( (