- +
diff --git a/application/controllers/requisitionform.php b/application/controllers/requisitionform.php
index 4d2ae71b..4edceba7 100644
--- a/application/controllers/requisitionform.php
+++ b/application/controllers/requisitionform.php
@@ -19,9 +19,9 @@ class requisitionform extends BaseController
parent::__construct();
$this->load->model('requistion_model');
- $this->load->library('session');
- $this->load->library('form_validation');
-
+ $this->load->library('session');
+ $this->load->library('form_validation');
+ $this->load->library('pagination');
$this->isLoggedIn();
}
/**
diff --git a/application/logs/log-2017-05-10.php b/application/logs/log-2017-05-10.php
new file mode 100644
index 00000000..3067d705
--- /dev/null
+++ b/application/logs/log-2017-05-10.php
@@ -0,0 +1,6 @@
+
+
+ERROR - 2017-05-10 13:16:23 --> Severity: Notice --> Undefined variable: searchText C:\xampp\htdocs\siddharth_application\application\views\requisitionlisting.php 36
+ERROR - 2017-05-10 13:17:54 --> Severity: Notice --> Undefined variable: searchText C:\xampp\htdocs\siddharth_application\application\views\requisitionlisting.php 36
+ERROR - 2017-05-10 13:18:59 --> Severity: Notice --> Undefined variable: searchText C:\xampp\htdocs\siddharth_application\application\views\requisitionlisting.php 36
+ERROR - 2017-05-10 13:19:59 --> Severity: Notice --> Undefined variable: searchText C:\xampp\htdocs\siddharth_application\application\views\requisitionlisting.php 36
diff --git a/application/views/addCostCenter.php b/application/views/addCostCenter.php
index 08ea36fc..c609d2e5 100644
--- a/application/views/addCostCenter.php
+++ b/application/views/addCostCenter.php
@@ -15,8 +15,6 @@ $(function() {
maxDate :new Date(year+3,1,1),
dateFormat: 'yy', changeYear: true,
-
-
});
$("#EditYear").datepicker({
minDate : new Date(year-SIAStartYear,1,1),
@@ -24,7 +22,6 @@ $(function() {
dateFormat: 'yy', changeYear: true,
-
});
//$('#selectDistriList').multiSelect();
@@ -45,24 +42,17 @@ $(function() {
-
-
-