This commit is contained in:
Pusdatin BPKD Jkt
2022-09-01 14:15:26 +07:00
parent a1cb5e7b36
commit 6925e57274
18 changed files with 67 additions and 90 deletions
+5
View File
@@ -128,4 +128,9 @@ function getAlphabetCell($idx)
}else{
return $alphabet[$idx];
}
}
function getTA()
{
return Session::get('Tahun_Anggaran');
}