diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-01-04 04:16:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-04 04:16:37 +0100 |
commit | 4c27263074ad0e72d3a50c9980691931b442ea41 (patch) | |
tree | d613c0f82f26bc91cc1687f1d79780afc4e129b3 /extensions | |
parent | d19fa186113060118f220285aba7a694f8f10538 (diff) | |
download | bugzilla-4c27263074ad0e72d3a50c9980691931b442ea41.tar.gz bugzilla-4c27263074ad0e72d3a50c9980691931b442ea41.tar.xz |
Bug 1423998 - Add 'Pocket' to Business Unit drop down for Legal bugs
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl b/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl index d93e512b2..8fd2a98ac 100644 --- a/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl +++ b/extensions/BMO/template/en/default/bug/create/create-legal.html.tmpl @@ -125,6 +125,7 @@ label.required:before { <option value="Innovation">Innovation</option> <option value="Marketing">Marketing</option> <option value="Participation">Participation</option> + <option value="Pocket">Pocket</option> <option value="Strategic Operations">Strategic Operations</option> <option value="Other">Other</option> </select> |