Add source to invoice criteria. Modify invoice rules to get service fees from... #1701

Merged
arcticzero merged 217 commits from 746-resq-2-0-final into master 2023-11-22 08:54:48 +00:00
Showing only changes of commit 4182e44607 - Show all commits

View file

@ -1302,6 +1302,7 @@ class JobOrderController extends ApiController
$jo_data = [
'id' => $jo->getID(),
'date_create' => $jo->getDateCreate()->format('M d, Y'),
'date_schedule' => $jo->getDateSchedule()->format('M d, Y H:i'),
'service_type' => $jo->getServiceType(),
'destination' => [
'long' => $dest->getLongitude(),