Merge pull request #1219 from consul/budget-management

Budget management
This commit is contained in:
Raimond Garcia
2016-09-13 18:45:30 +02:00
committed by GitHub
17 changed files with 465 additions and 4 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">