Resolve "Modify hub and hub filtering for hub and rider auto assignment" #1533
1 changed files with 2 additions and 2 deletions
|
|
@ -82,13 +82,13 @@ class Hub
|
|||
|
||||
// flag if hub can be auto assigned
|
||||
/**
|
||||
* @ORM\Column(type="boolean")
|
||||
* @ORM\Column(type="boolean", options={"default"=false})
|
||||
*/
|
||||
protected $flag_hub_auto_assign;
|
||||
|
||||
// flag if riders assigned to hub can be auto assigned
|
||||
/**
|
||||
* @ORM\Column(type="boolean")
|
||||
* @ORM\Column(type="boolean", options={"default"=false})
|
||||
*/
|
||||
protected $flag_rider_auto_assign;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue