Update standard formater
This commit is contained in:
parent
1758f62cdd
commit
2676966a71
1 changed files with 2 additions and 0 deletions
|
|
@ -103,6 +103,8 @@ class TransferFormatter(IFormatter):
|
|||
result += u'Origin: %s\n' % obj.origin
|
||||
result += u'Recipient: %s\n' % obj.recipient
|
||||
result += u'Amount: %.2f\n' % obj.amount
|
||||
if obj.reason:
|
||||
result += u'Reason: %s\n' % obj.reason
|
||||
return result
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue