Past Due report
This commit is contained in:
@@ -55,9 +55,9 @@ class Bko_Controller extends WRB_Controller {
|
||||
$this->table->set_template($this->template);
|
||||
//$mysql = "SElECT added::date||'<br>'||loc AS dates,email||'<br>'||firstname||' '||lastname AS Name FROM members ORDER BY id DESC LIMIT 7";
|
||||
|
||||
$mysql = "SELECT email, lastname, firstname, status, added::date, updated,
|
||||
$mysql = "SELECT email, lastname, firstname, phone, status, added::date,
|
||||
'<div id=\"btu'||id||'\"><button id=\"acc'||uid||'\" class=\"btn btn-info btn-xs\" onclick=\"return resendLink('''||uid||''');\" >Resend</button></div>' AS SendInfo
|
||||
FROM marketing_list";
|
||||
FROM market_import ORDER BY status ASC";
|
||||
$query = $this->db->query($mysql);
|
||||
// $this->table->set_heading('Account', 'Created', 'Action');
|
||||
// $this->table->set_heading(array('data' => 'Date/LOC', 'style' => 'width:140px'), 'Email/Name');
|
||||
|
||||
Reference in New Issue
Block a user