session_start();
error_reporting(0);
require_once "main_includes/main_class.php";
$obj = new main_front_class();
if (!isset($_SESSION['rb_uname']) || !isset($_SESSION['rb_pass']) || !isset($_SESSION['rb_pin']) || !isset($_SESSION['rb_power'])) {
    $obj->redirect("index.php");
} else {
    $result_login = $obj->LoginData($_SESSION['rb_power'], $_SESSION['rb_uname']);
}
//$result = $obj->common_update('main_csign_name','main_consignee');
//$result = $obj->common_update_allcolm('main_consignee','main_csign_createdby','main_csign_updatedby');
//$result = $obj->common_update_allcolm2_order_by_short('main_consignee','main_csign_createdby','created_table','main_csign_updatedby','updated_table','main_csign_short_name');
$AllPurchaser = $obj->List_Drop_Down('create_purchaser', 'purchaser_short_name', 'id');
if (isset($_GET['pid']) && $_GET['pid'] != "") {
    $result = $obj->common_update_allcolm2_order_by_short_on_Purchaser('main_consignee', 'main_csign_createdby', 'created_table', 'main_csign_updatedby', 'updated_table', 'main_csign_short_name', $_GET['pid']);
}
$_SESSION['key'] = mt_rand(1, 1000);
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="main_includes/add_new_row.js"></script>
<link rel="stylesheet" href="main_css/main_css.css"/>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,600' rel='stylesheet' type='text/css'>
<title>Update Consignee : Rainbow Tender Managment</title>
<link rel="stylesheet" type="text/css" media="screen" href="main_css/jquery.ui.potato.menu.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="main_js/menu_bar/jquery.ui.potato.menu.js"></script>