Add source to invoice criteria. Modify invoice rules to get service fees from... #1701
1 changed files with 0 additions and 2 deletions
|
|
@ -1367,8 +1367,6 @@ class JobOrderController extends ApiController
|
||||||
$rating = 0;
|
$rating = 0;
|
||||||
$comment = '';
|
$comment = '';
|
||||||
if ($rider != null) {
|
if ($rider != null) {
|
||||||
$jo_data['rider'] = $rider->getFullName();
|
|
||||||
|
|
||||||
// find the rider rating if any
|
// find the rider rating if any
|
||||||
if ($has_rider_rating) {
|
if ($has_rider_rating) {
|
||||||
$jo_rating = $jo->getRating();
|
$jo_rating = $jo->getRating();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue