added new sector
This commit is contained in:
parent
6484ef277a
commit
201594d331
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue