fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user