From 3a86a0f6899b728f7669570dd4efd47253e765c7 Mon Sep 17 00:00:00 2001 From: abijah Date: Tue, 18 Aug 2009 01:32:28 +0000 Subject: [PATCH] Added comment field back in (not sure when/why/how it went missing). git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@611 97e9348a-65ac-dc4b-aefc-98561f571b83 --- views/transactions/view.ctp | 1 + 1 file changed, 1 insertion(+) 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',