Add fix for rider being unavailable after completing a JO. #424
This commit is contained in:
parent
0f5bf2e8d6
commit
5822ea84a6
1 changed files with 3 additions and 1 deletions
|
|
@ -1416,7 +1416,9 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface
|
|||
// set jo status to fulfilled
|
||||
$jo->setStatus(JOStatus::FULFILLED);
|
||||
*/
|
||||
$jo->fulfill();
|
||||
//$jo->fulfill();
|
||||
$jo->setStatus(JOStatus::FULFILLED)
|
||||
->setDateFulfill(new DateTime());
|
||||
|
||||
// add event log
|
||||
$rider = $this->session->getRider();
|
||||
|
|
|
|||
Loading…
Reference in a new issue