resend offer
This commit is contained in:
@@ -80,7 +80,7 @@ class Bkoreport extends Bko_Controller {
|
||||
}
|
||||
|
||||
public function offers() {
|
||||
$data["title"] = "Recent Signup Report";
|
||||
$data["title"] = "Pending Offers";
|
||||
//$mysql = "SElECT added::date,username,firstname||' '||lastname AS Name,loc,last_login::date FROM members ORDER BY id DESC LIMIT 7000";
|
||||
$mysql = "SELECT o.id,
|
||||
o.expire||'<br>'||o.offer_code AS expire_offer,
|
||||
@@ -88,7 +88,9 @@ class Bkoreport extends Bko_Controller {
|
||||
mo.firstname AS client,
|
||||
mw.firstname AS owner,
|
||||
o.reminder_date,
|
||||
o.uid
|
||||
o.status,
|
||||
o.uid,
|
||||
'<div id=\"btu'||o.uid||'\"><button id=\"acc'||o.uid||'\" class=\"btn btn-info btn-xs\" onclick=\"return resendOfferMessage('''||o.uid||''');\" >Resend</button></div>' AS Resend
|
||||
FROM members_jobs_offer o
|
||||
LEFT JOIN members mo ON mo.id = o.client_id
|
||||
LEFT JOIN members mw ON mw.id = o.member_id
|
||||
|
||||
Reference in New Issue
Block a user