Add short name to FinancialTransactionType
This commit is contained in:
parent
707501e3f8
commit
0bb0536903
6 changed files with 14 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
.modal-body
|
||||
= f.input :name
|
||||
= f.association :financial_transaction_class, :include_blank => false
|
||||
= f.input :name_short
|
||||
.modal-footer
|
||||
= link_to t('ui.close'), '#', class: 'btn', data: {dismiss: 'modal'}
|
||||
= f.submit class: 'btn btn-primary'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue