This commit is contained in:
2022-10-11 07:43:33 -04:00
parent 188f4625e0
commit 2edcd3207a
2 changed files with 11 additions and 31 deletions
+2 -2
View File
@@ -200,7 +200,7 @@ class Proj extends Users_Controller {
$data['job_table_result'] = $query->result();;
$data['ref_site'] = "/proj/active/$page";
$data['job_table'] = $this->table->generate($query);
$this->table->set_heading(array('data' => 'Job', 'style' => 'width:180px'), 'Title/Description', array('data' => '', 'style' => 'width:100px; cellpadding:0px;'));
//$this->table->set_heading('Job', 'Description', '');
@@ -709,7 +709,7 @@ class Proj extends Users_Controller {
$mysql = "SELECT m.id,mc.contract, m.firstname,mc.title,mc.description,
mc.timeline_days, mc.price*0.01,mc.delivery_date,
mc.contract AS contract_id, mc.job_detail AS job_detail ,
$detail_button As delivery_details
$detail_button As delivery_details,mc.status AS current_job_status
FROM members_jobs_contract mc
LEFT JOIN members m ON m.id=mc.client_id
WHERE (mc.member_id = '" . $_SESSION['member_id'] . "' OR mc.client_id='" . $_SESSION['member_id'] . "')