Minor tweak to grid caption and display of the entry id instead of the transaction id.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@559 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-14 21:07:50 +00:00
parent fe9f6ce949
commit 41321481c7

View File

@@ -113,9 +113,9 @@ echo $this->element('statement_entries', array
// Grid configuration
'config' => array
('caption' => 'Entries Applied',
('caption' => $applied_caption,
//'filter' => array('id' => $entry['id']),
'exclude' => array('Entry'),
'exclude' => array('Transaction'),
)));