Resolve "New invoice service" #1669

Merged
korina.cordero merged 105 commits from 744-new-invoice-service into master 2023-11-22 08:54:54 +00:00
Showing only changes of commit ed037428b3 - Show all commits

View file

@ -1367,8 +1367,6 @@ class JobOrderController extends ApiController
$rating = 0;
$comment = '';
if ($rider != null) {
$jo_data['rider'] = $rider->getFullName();
// find the rider rating if any
if ($has_rider_rating) {
$jo_rating = $jo->getRating();