die removed : ps

This commit is contained in:
Sanjeev 2020-12-11 10:21:46 +05:30
parent bbac2b56ac
commit afaa1d2b48

View File

@ -1066,7 +1066,7 @@ WHERE
$sql.=" ORDER BY StatusUpdationOn,InitialPayDate ASC "; $sql.=" ORDER BY StatusUpdationOn,InitialPayDate ASC ";
$leadDet=$this->db->query($sql); $leadDet=$this->db->query($sql);
print_r($sql);die(); // print_r($sql);die();
$answer = $leadDet->result(); $answer = $leadDet->result();
if (count($answer) > 0) { if (count($answer) > 0) {
$results['app_pendingList'] = true; $results['app_pendingList'] = true;