Resolve "CMB - rider realtime not displaying" #1387

Closed
jankstudio wants to merge 86 commits from 489-cmb-rider-realtime-not-displaying into master
Showing only changes of commit 198406a5ec - Show all commits

View file

@ -1076,6 +1076,10 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface
$this->em->flush();
// notification
$notif_url = $this->router->generate('jo_onestep_edit_form', ['id' => $jo->getID()]);
$this->nm->sendNotification(0, 'Job order has been cancelled by rider.', $notif_url);
return $data;
}