Added Item dropdown box for Issues

This commit is contained in:
2016-01-08 22:19:07 -05:00
parent 9506a4b854
commit 6594ef6488
6 changed files with 30 additions and 13 deletions

View File

@@ -34,8 +34,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
<br/>
<%= f.select :qbo_employee_id, QboEmployee.all.pluck(:name, :id), :selected => @selected_employee, include_blank: true %>
</div>
<%= f.submit %>
<% end %>
<br/>