offer_code
This commit is contained in:
@@ -360,7 +360,7 @@ if ( mode == 300 ){
|
||||
}
|
||||
|
||||
const PGresult *res = pgsql_query("SELECT jo.id AS offer_id,jo.added,j.title,jo.expire,to_char(jo.expire, 'Dy Mon dd, yyyy HH:MI AM') AS expire_formated, jo.email, jo.client_id, "
|
||||
"jo.job_id,jo.reminder_count,jo.reminder_date,jo.email AS firstname, jo.email AS rec_username,j.description AS job_description "
|
||||
"jo.job_id,jo.reminder_count,jo.reminder_date,jo.email AS firstname, jo.email AS rec_username,j.description AS job_description ,j.timeline_days,j.price, jo.offer_code "
|
||||
"FROM members_jobs_offer jo "
|
||||
"LEFT JOIN members_jobs j ON j.id = jo.job_id "
|
||||
" %s AND jo.reminder_count < 4 LIMIT %lu ",extraQ, limit);
|
||||
|
||||
Reference in New Issue
Block a user