added new sector

This commit is contained in:
Finn 2017-12-18 16:19:10 +00:00
parent 6484ef277a
commit 201594d331
2 changed files with 3 additions and 1 deletions

View file

@ -19,3 +19,4 @@
<option value='R'<%= $selected_sector eq 'R' ? ' selected' : '' %>>Arts, Entertainment & Recreation</option>
<option value='S'<%= $selected_sector eq 'S' ? ' selected' : '' %>>Other Service Activities</option>
<option value='T'<%= $selected_sector eq 'T' ? ' selected' : '' %>>Household Domestic Business</option>
<option value='U'<%= $selected_sector eq 'U' ? ' selected' : '' %>>Extraterritorial Organisations and bodies</option>