Fix create_collection in FinancialTransactionsController
This commit is contained in:
parent
a2188cb6b8
commit
52323b98b8
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
- if FinancialTransactionType.has_multiple_types
|
||||
%p
|
||||
%b= heading_helper FinancialTransaction, :financial_transaction_type
|
||||
= select_tag :type, options_for_select(FinancialTransactionType.order(:name).map { |t| [ t.name, t.id ] }, params[:type])
|
||||
= select_tag :type_id, options_for_select(FinancialTransactionType.order(:name).map { |t| [ t.name, t.id ] }, params[:type_id])
|
||||
%p
|
||||
%b= heading_helper FinancialTransaction, :note
|
||||
= text_field_tag :note, params[:note], class: 'input-xlarge', required: 'required'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue