Commit e92adc85 authored by Brian Wangora's avatar Brian Wangora

Alien card added to dropdown

parent 29e0d5d6
......@@ -112,11 +112,12 @@ class Searchform extends Component
}
if ($this->role->hasPermissionTo('Basic Search Birth Certificate')) {
$this->searchGroups[]='Birth';
$this->searchGroups[]='Birth Certificate';
}
$this->searchGroups[]='Refugee';
$this->searchGroups[]='Death';
$this->searchGroups[]='Death Certificate';
$this->searchGroups[]='Refugee Card';
$this->searchGroups[]='Alien Card';
}
public function render()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment