Removed another unnecessary field

git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605/site@144 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-16 04:47:38 +00:00
parent 33b7d3d67d
commit 8db9b90157

View File

@@ -13,7 +13,6 @@ class Ledger extends AppModel {
var $hasMany = array(
'LedgerEntry' => array(
'className' => 'LedgerEntry',
'foreignKey' => false,
// conditions will be used when JOINing tables