fix
This commit is contained in:
@@ -1226,6 +1226,12 @@ Indexes:
|
||||
$this->concludeOffer(OFFER_SENDTOME);
|
||||
}
|
||||
|
||||
public function viewjob_resend()
|
||||
{
|
||||
$this->concludeOffer(OFFER_RESEND);
|
||||
}
|
||||
|
||||
|
||||
public function viewjob_extend()
|
||||
{
|
||||
$this->concludeOffer(OFFER_EXTEND);
|
||||
@@ -1241,7 +1247,10 @@ Indexes:
|
||||
$in['action'] = WRENCHBOARD_JOB_OFFER_CONCLUDE;
|
||||
$this->load->model('backend_model');
|
||||
$out = array();
|
||||
$res = $this->backend_model->wrenchboard_api($in, $out);
|
||||
if ( $in['member_id']!= 0){
|
||||
$res = $this->backend_model->wrenchboard_api($in, $out);
|
||||
}
|
||||
|
||||
if ($out["result"] == "OK") {
|
||||
switch ($offer_result) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user