<?php
include "../../config/config.php";


?>

<?php
	include"$path/meta.php";
	include"$path/header.php";
	include"$path/menu.php";
	

	$MUTASI = new RETRIEVE_MUTASI;

	// pr($_GET);
    $data = $MUTASI->retrieve_detail_usulan_mutasi($_GET);
    if ($data){
    	$disableButton = false;
    	if ($data[0]['FixMutasi']>0) $disableButton = true;
    }

    // pr($data);	
?>
  <!-- buat alert-->

        <script type="text/javascript">
            
            <!--
            function sendit(){
                alert("OK");
                document.location="transfer_antar_skpd.php";