added new sector
This commit is contained in:
parent
38f8883ab1
commit
cdde2f5ca8
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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