diff --git a/views/transactions/view.ctp b/views/transactions/view.ctp index cb7f9eb..e6f1835 100644 --- a/views/transactions/view.ctp +++ b/views/transactions/view.ctp @@ -34,6 +34,7 @@ if (!empty($nsf_tender['id'])) array('controller' => 'tenders', 'action' => 'view', $nsf_tender['id']))); +$rows[] = array('Comment', $transaction['comment']); echo $this->element('table', array('class' => 'item transaction detail',