Added comment field back in (not sure when/why/how it went missing).

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@611 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-18 01:32:28 +00:00
parent d36cfd9653
commit e21233954a

View File

@@ -34,6 +34,7 @@ if (!empty($nsf_tender['id']))
array('controller' => 'tenders', array('controller' => 'tenders',
'action' => 'view', 'action' => 'view',
$nsf_tender['id']))); $nsf_tender['id'])));
$rows[] = array('Comment', $transaction['comment']);
echo $this->element('table', echo $this->element('table',
array('class' => 'item transaction detail', array('class' => 'item transaction detail',