dashboard

This commit is contained in:
sriramv 2018-12-26 19:21:46 +05:30
parent 1353a54be3
commit 547471022d
2 changed files with 7 additions and 7 deletions

View File

@ -76,13 +76,13 @@ $query_builder = TRUE;
$db['default'] = array(
'dsn' => '',
'hostname' => 'apollodec.com',
// 'username' => 'apollod4_DEV',
// 'password' => 'apollo1234',
// 'database' => 'apollod4_ApolloDECDev',
'username' => 'apollod4_DEV',
'password' => 'apollo1234',
'database' => 'apollod4_ApolloDECDev',
'username' => 'apollod4_SIT',
'password' => 'apollosit1234',
'database' => 'apollod4_ApolloDECNEWSIT',
// 'username' => 'apollod4_SIT',
// 'password' => 'apollosit1234',
// 'database' => 'apollod4_ApolloDECNEWSIT',
'dbdriver' => 'mysqli',
'dbprefix' => '',

View File

@ -655,7 +655,7 @@ public function leadCountMonth($branchId = null, $requestedBy = null){
$ltd=$this->db->query($sql);
print_r($sql);
// print_r($sql);
$tlead = $ltd->result();
if (count($tlead) > 0) {
$results['lList'] = true;