update add order for popup qty

This commit is contained in:
Aung Myo
2017-11-16 14:23:51 +06:30
parent d107577ea7
commit 6360a914b4
6 changed files with 94 additions and 29 deletions

View File

@@ -6,7 +6,7 @@
<div class="form-inputs p-l-15">
<%= f.input :name %>
<%= f.input :role, :collection => Lookup.collection_of("employee_roles"),:class=>'form-group' %>
<%= f.input :emp_id, :as => :integer, :label => "Employee Numberic ID (*Unique)" %>
<%= f.input :emp_id, :label => "Employee Numberic ID (*Unique)" %>
<%= f.input :password %>
</div>