adapt financial transaction type for online payment provider

This commit is contained in:
Philipp Rothmann 2023-10-02 23:00:24 +02:00
parent 66bbafcd4d
commit 82f0935d65
10 changed files with 66 additions and 23 deletions

View file

@ -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'}