More tweaking to all of the grid displays. This was mostly visual, but includes some bug fixes as well (such as a manual filter override in the ledger_entries controller).

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@371 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-23 16:53:33 +00:00
parent 3c22378498
commit 4a94fc3798
15 changed files with 77 additions and 57 deletions

View File

@@ -73,6 +73,7 @@ echo $this->element('statement_entries', array
(
'caption' => 'Statement Entries',
'filter' => array('transaction_id' => $transaction['id']),
'exclude' => array('Transaction'),
)));
@@ -86,6 +87,7 @@ echo $this->element('ledger_entries', array
(
'caption' => 'Ledger Entries',
'filter' => array('transaction_id' => $transaction['id']),
'exclude' => array('Transaction'),
)));