adapt financial transaction type for online payment provider
This commit is contained in:
parent
c59eefd219
commit
2ef17ceca4
10 changed files with 66 additions and 25 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