upd
This commit is contained in:
@ -171,13 +171,16 @@ class DashboardAdapter extends Adapter {
|
|||||||
|
|
||||||
apires.data = {
|
apires.data = {
|
||||||
year: year,
|
year: year,
|
||||||
budget: budget,
|
|
||||||
justification: justificationResult[0],
|
justification: justificationResult[0],
|
||||||
purchase_request: prResult[0],
|
purchase_request: prResult[0],
|
||||||
purchase_order: poResult[0],
|
purchase_order: poResult[0],
|
||||||
bast: bastResult[0],
|
bast: bastResult[0],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if (nik == "") {
|
||||||
|
apires.data.budget = budget
|
||||||
|
}
|
||||||
|
|
||||||
callback(null, apires);
|
callback(null, apires);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user