Skip to content
Snippets Groups Projects
Commit ab286c67 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Remove fields that were moved to the recurring_item_range model from the

form of recurring_items.
parent 7d4dc2e0
No related branches found
No related tags found
No related merge requests found
......@@ -4,19 +4,5 @@
<p><label for="recurring_item_description">Description</label><br/>
<%= text_field 'recurring_item', 'description' %></p>
<p><label for="recurring_item_amount">Amount</label><br/>
<%= text_field 'recurring_item', 'amount' %></p>
<p><label for="recurring_item_startdate">Startdate</label><br/>
<%= date_select 'recurring_item', 'startdate' %></p>
<p><label for="recurring_item_enddate">Enddate</label><br/>
<%= date_select 'recurring_item', 'enddate', :include_blank => true %></p>
<p><label for="recurring_item_created_on">Created on</label><br/>
<%= datetime_select 'recurring_item', 'created_on' %></p>
<p><label for="recurring_item_updated_on">Updated on</label><br/>
<%= datetime_select 'recurring_item', 'updated_on' %></p>
<!--[eoform:recurring_item]-->
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment