Increase limit of nearest hubs to 20 #91
This commit is contained in:
parent
2ecb3b142a
commit
04448c03a0
1 changed files with 1 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ class JobOrderController extends BaseController
|
|||
$this->fillDropdownParameters($params);
|
||||
|
||||
// get closest hubs
|
||||
$hubs = $map_tools->getClosestHubs($obj->getCoordinates(), 10, date("H:i:s"));
|
||||
$hubs = $map_tools->getClosestHubs($obj->getCoordinates(), 20, date("H:i:s"));
|
||||
|
||||
$params['hubs'] = [];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue