Experiment to group ledger entries by their transaction ID instead of their entry ID.

git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605/site@177 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-22 19:03:08 +00:00
parent e00e10bbb5
commit de93c7545b
5 changed files with 46 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ echo '<div CLASS="detail supporting">' . "\n";
echo $this->element('ledger_entries',
array('caption' => 'Entries in Transaction',
'ledger_entries' => $transaction['LedgerEntry'],
'notxgroup' => true,
));