Skip to content

Commit

Permalink
Only show employees in person select field on salary_template forms.
Browse files Browse the repository at this point in the history
  • Loading branch information
huerlisi committed Jan 18, 2012
1 parent 7cce02f commit 327532a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/salary_templates/_form.html.haml
Expand Up @@ -3,7 +3,7 @@
= f.inputs do
.row
.span8= f.input :title, :input_html => {"data-autofocus" => true}
.span8= f.input :person
.span8= f.input :person, :collection => Employee.all
.row
.span16= f.input :salary_booking_templates, :input_html => {:class => 'span12'}
.row
Expand Down

0 comments on commit 327532a

Please sign in to comment.