Maintenance Jenis Dana DID dan style

This commit is contained in:
Pusdatin BPKD Jkt
2022-11-10 10:10:30 +07:00
parent bfd375a87d
commit a4851a30f8
14 changed files with 44 additions and 32 deletions
+5
View File
@@ -133,4 +133,9 @@ function getAlphabetCell($idx)
function getTA()
{
return Session::get('Tahun_Anggaran')!==null?Session::get('Tahun_Anggaran'):date("Y");
}
function getJenisDana()
{
return ["DBH","DAK","DID","DAU"];
}