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

Allow the user to specify the account that a saldo belongs to.

parent 257be00c
No related branches found
No related tags found
No related merge requests found
<%= error_messages_for 'saldo' %>
<!--[form:saldo]-->
<p><label for="saldo_account_id">Account</label><br/>
<%= select "saldo", "account_id", Account.find_all.collect { |a| [a.name, a.id] } %>
<p><label for="saldo_amount">Amount</label><br/>
<%= text_field 'saldo', 'amount' %></p>
......
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