UNFINISHED budget management

This commit is contained in:
kikito
2016-09-13 12:33:34 +02:00
parent 2bc9e7be78
commit 13ffd73fee
4 changed files with 27 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
<div class="small-12 column">
<%= f.label :heading_id, t("budget.investments.form.heading") %>
<%= f.select :heading_id, heading_select_options, {include_blank: t("budget.headings.none"), label: false} %>
<%= f.select :heading_id, budget_heading_select_options(@budget), {include_blank: t("budget.headings.none"), label: false} %>
</div>
<div class="small-12 column">