This commit is contained in:
venbatechnologies@gmail.com 2018-04-25 12:06:47 +05:30
parent c274c1c70d
commit ca636e401e

View File

@ -43,7 +43,7 @@ class Login_model extends CI_Model
if ($password == $loginDetails->Password) {
if($loginDetails->ListCode == SUPER_ADMIN){
echo "Super";
//echo "Super";
// print_r($loginDetails);exit();
$this->db->select('t1.MobileNumber, t1.ListCode, t1.ID, t2.BranchCode, t2.FinanceModuleAccess');
$this->db->from('' . LOGIN . ' as t1');