This commit is contained in:
2022-08-13 10:47:21 -04:00
parent 0ade35717c
commit 382e4f7259
3 changed files with 25 additions and 3 deletions
+9 -1
View File
@@ -1184,7 +1184,12 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] );
{
$this->concludeOffer(OFFER_SENDTOME);
}
public function viewjob_extend()
{
$this->concludeOffer(OFFER_EXTEND);
}
private function concludeOffer($offer_result) {
//WRENCHBOARD_JOB_OFFER_CONCLUDE
$jobOfferID = $this->input->get('jobOfferID');
@@ -1209,6 +1214,9 @@ echo $this->getMarketInterestMessage( $in['offer_code'], $out['client_id'] );
case OFFER_CANCEL:
echo "You have cancelled this offer and we have notified the recipient.";
break;
case OFFER_EXTEND:
echo "New time";
break;
}
}
// print_r($out);