Added monetary source into the ledger entry lists. This may be more information than is needed on the listing, but I'll take it out later if so.

git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605/site@139 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-15 21:52:38 +00:00
parent 365b2295af
commit 7ee461d993
3 changed files with 12 additions and 2 deletions

View File

@@ -12,5 +12,9 @@ class MonetarySource extends AppModel {
'MonetaryType',
);
var $hasMany = array(
'LedgerEntry',
);
}
?>