This commit is contained in:
2022-05-21 10:40:42 -04:00
parent 0a9898a69d
commit 1957c7f1d9
2 changed files with 66 additions and 23 deletions
+1 -1
View File
@@ -796,7 +796,7 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] );
$this->load->view('jobs/view_pendingoffer', $data);
$this->load->view('users/view_footer_user', $data);
*/
$data['page_title'] = "My Pending Offer(s)";
$this->renderSecurePage('jobs/view_pendingoffer', $data);
}