Maintenance Jenis Dana DID dan style
This commit is contained in:
@@ -12,7 +12,7 @@ use Illuminate\Support\Facades\DB;
|
||||
class MappingDbhSkpdController extends Controller
|
||||
{
|
||||
public function __construct(){
|
||||
$this->siteTitle = "Data Mapping DBH/DAK SKPD";
|
||||
$this->siteTitle = "Data Mapping Rekening SKPD";
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
|
||||
@@ -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"];
|
||||
}
|
||||
Reference in New Issue
Block a user