This commit is contained in:
Rizki
2026-03-16 16:16:25 +07:00
parent 2b63541bcc
commit b2c866d793

View File

@ -171,13 +171,16 @@ class DashboardAdapter extends Adapter {
apires.data = {
year: year,
budget: budget,
justification: justificationResult[0],
purchase_request: prResult[0],
purchase_order: poResult[0],
bast: bastResult[0],
};
if (nik == "") {
apires.data.budget = budget
}
callback(null, apires);
});
});