diff --git a/application/helpers/cias_helper.php b/application/helpers/cias_helper.php index fad59cdf..180666bb 100755 --- a/application/helpers/cias_helper.php +++ b/application/helpers/cias_helper.php @@ -51,6 +51,7 @@ if(!function_exists('verifyHashedPassword')) { $CI = &get_instance(); $CI->load->database(); + $user = (int)$user; $CI->db->reconnect(); $CI->db->where('Created_BY',$user); $CI->db->where('Status',1); diff --git a/application/views/includes/header.php b/application/views/includes/header.php index ce0de22f..f7101790 100755 --- a/application/views/includes/header.php +++ b/application/views/includes/header.php @@ -257,20 +257,6 @@ display: none; - - - -
  • - - Favourite - - - - - -
  • - - diff --git a/application/views/storerequisition.php b/application/views/storerequisition.php index 05426566..05babdc9 100755 --- a/application/views/storerequisition.php +++ b/application/views/storerequisition.php @@ -143,6 +143,7 @@ $ReqDate = $dt->format('d-m-Y'); echo $ReqDate ?> +