This commit is contained in:
Izuddin
2022-09-02 01:33:18 +07:00
parent 44889232af
commit ec1d2eb4ab
18 changed files with 152 additions and 42 deletions
+1 -1
View File
@@ -132,5 +132,5 @@ function getAlphabetCell($idx)
function getTA()
{
return Session::get('Tahun_Anggaran');
return Session::get('Tahun_Anggaran')!==null?Session::get('Tahun_Anggaran'):date("Y");
}