This commit is contained in:
2022-08-13 10:00:01 -04:00
parent 6abcd937c2
commit 0ade35717c
3 changed files with 135 additions and 73 deletions
+3
View File
@@ -933,6 +933,9 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] );
$this->load->model('job_model');
return $this->job_model->addGroupMemberForm($group_id);
}
public function clonejob(){
redirect('/jobs/create/FACEBOOKSHARE');
}
private function getJobTemplateFill($template_page){
$templateList = $this->jobsTemplates();