added new sector

This commit is contained in:
Finn 2017-12-18 16:19:10 +00:00
parent 38f8883ab1
commit cdde2f5ca8
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,8 @@
* Added API for customer local purchase pie charts
* Added API for customer snippets
* Added API for sector purchase list for customer dashboard
* **Admin Feature** Fixed org sector on user edit layout and text
* **Admin Fix** Fixed org sector on user edit layout and text
* **Admin Feature** Added Sector U
# v0.9.7

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>