Display the recorder of each Transaction

This commit is contained in:
2021-09-23 21:04:18 +00:00
parent 26f581b449
commit c2ea455750
2 changed files with 11 additions and 0 deletions

View File

@@ -374,6 +374,10 @@ class TransactionTable extends React.Component {
<Table.Cell>Memo:</Table.Cell>
<Table.Cell>{transaction.memo}</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>Recorder:</Table.Cell>
<Table.Cell>{transaction.recorder || 'System'}</Table.Cell>
</Table.Row>
{!!transaction.report_type && <Table.Row>
<Table.Cell>Report Type:</Table.Cell>