contact history
This commit is contained in:
+3
-1
@@ -235,7 +235,9 @@ var jobs = {
|
||||
//Qstring = "SELECT * FROM members_jobs_contract WHERE client_id ="+ data.member_id+" ORDER BY id desc LIMIT 40";
|
||||
// Qstring = "SELECT * FROM members_jobs_contract WHERE client_id::text = 2::text ORDER BY id desc LIMIT 40";
|
||||
//Qstring = "SELECT * FROM members_jobs_contract WHERE client_id = "+data.member_id+" AND status = 5 ORDER BY id desc LIMIT 40";
|
||||
Qstring ="SELECT c.*,cc.code AS currency_code, " +
|
||||
Qstring ="SELECT c.contract,c.title,c.description,c.job_detail,c.id AS contract_id," +
|
||||
" c.timeline_days,c.price,c.delivery_date,c.uid AS contract_uid" +
|
||||
" ,cc.code AS currency_code, " +
|
||||
" cc.description AS currency_description " +
|
||||
" FROM members_jobs_contract c " +
|
||||
" LEFT JOIN members_jobs j ON j.id = c.job_id " +
|
||||
|
||||
Reference in New Issue
Block a user