Resolve "CMB - Data migration for Carfix data" #1355

Closed
korina.cordero wants to merge 57 commits from 460-cmb-data-migration-for-carfix-data into 424-cmb-release
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;
}