This commit is contained in:
2022-08-21 20:20:54 -04:00
parent 99223bab2d
commit ae25b88a68
3 changed files with 45 additions and 14 deletions
+10 -1
View File
@@ -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) {