From 7bae1c4713de8c9d0b634ed45f114fd9f4df6023 Mon Sep 17 00:00:00 2001 From: Dario Rekowski on RockPI Date: Wed, 25 Mar 2020 09:43:04 +0000 Subject: [PATCH] adding memo to state users view --- src/Template/StateUsers/view.ctp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Template/StateUsers/view.ctp b/src/Template/StateUsers/view.ctp index a220724fc..480f82794 100644 --- a/src/Template/StateUsers/view.ctp +++ b/src/Template/StateUsers/view.ctp @@ -54,17 +54,18 @@ - + transaction_creations as $transactionCreations): //var_dump($transactionCreations); $txHash = bin2hex(stream_get_contents($transactionCreations->transaction->tx_hash)); + $memo = $transactionCreations->transaction->memo; ?> Html->link(substr($txHash, 0, 12) . '...', ['controller' => 'Transactions', 'action' => 'view', $transactionCreations->transaction_id], ['title' => $txHash] ) ?> transaction->received) ?> element('printGradido', ['number' =>$transactionCreations->amount]) ?> - ident_hash)), 0, 6)) ?> + Html->link(__('View'), ['controller' => 'TransactionCreations', 'action' => 'view', $transactionCreations->id]) ?> Html->link(__('Edit'), ['controller' => 'TransactionCreations', 'action' => 'edit', $transactionCreations->id]) ?>