adapt financial transaction type for online payment provider
This commit is contained in:
parent
66bbafcd4d
commit
82f0935d65
10 changed files with 66 additions and 23 deletions
|
|
@ -45,7 +45,7 @@
|
|||
= t.note
|
||||
- FinancialTransactionClass.sorted.each do |c|
|
||||
%td.numeric{style: 'width:5em'}
|
||||
- if t.financial_transaction_type.financial_transaction_class == c
|
||||
- if t.financial_transaction_type.financial_transaction_class == c && t.amount
|
||||
= format_currency t.amount
|
||||
- if with_hidden
|
||||
%td.actions{style: 'width:1em'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue