diff --git a/application/controllers/inwardgateregister.php b/application/controllers/inwardgateregister.php
index 5239ffac..1662ea35 100644
--- a/application/controllers/inwardgateregister.php
+++ b/application/controllers/inwardgateregister.php
@@ -16,8 +16,7 @@ class inwardgateregister extends BaseController
*/
public function __construct()
{
- parent::__construct();
- $this->load->model('supplier_model');
+ parent::__construct();
$this->load->library('session');
$this->load->library('form_validation');
$this->isLoggedIn();
@@ -31,19 +30,13 @@ class inwardgateregister extends BaseController
$this->loadViews("inwardgateregister", $this->global, NULL , NULL);
}
- function inwardgateregister()
- {
- $this->global['pageTitle'] = 'Siddharth : Inward Gate Register';
-
- $this->loadViews("inwardgateregister", $this->global, NULL , NULL);
- }
- function inwardgateposhow()
- {
- $this->global['pageTitle'] = 'Siddharth : Inward PO Show';
-
- $this->loadViews("inwardgateposhow", $this->global, NULL , NULL);
- }
+function materialinspectionreport()
+ {
+ $this->global['pageTitle'] = 'Siddharth : Material Inspetion Report';
+
+ $this->loadViews("materialinspectionreport", $this->global, NULL , NULL);
+ }
function pageNotFound()
{
diff --git a/application/views/includes/header.php b/application/views/includes/header.php
index 8cae9571..dc6402a1 100755
--- a/application/views/includes/header.php
+++ b/application/views/includes/header.php
@@ -387,12 +387,23 @@
+
+
+
+