This commit is contained in:
2022-04-10 19:04:17 -04:00
parent 6596089608
commit 577995cf03
5 changed files with 54 additions and 25 deletions
+5
View File
@@ -917,6 +917,7 @@ echo $this->getMarketInterestMessage( $data['offer_code'], $out['client_id'] )
$description = NULL;
$job_detail = NULL;
$timeline = NULL;
$country = 'NG';
// $timeline_days = NULL;
$price = NULL;
$submit = NULL;
@@ -954,6 +955,10 @@ echo $this->getMarketInterestMessage( $data['offer_code'], $out['client_id'] )
}
$this->load->model('combo_model');
$this->combo_model->defaultComboMessage = 'Select Job Country';
$data['country_job'] = $this->combo_model->getCountryJobCombo('country', $country);
if ($redirected == false) {
$this->load->model('dash_model');
$out = $this->dash_model->getDashData($data);