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:
@@ -13,7 +13,6 @@ class Ledger extends AppModel {
|
|||||||
|
|
||||||
var $hasMany = array(
|
var $hasMany = array(
|
||||||
'LedgerEntry' => array(
|
'LedgerEntry' => array(
|
||||||
'className' => 'LedgerEntry',
|
|
||||||
'foreignKey' => false,
|
'foreignKey' => false,
|
||||||
|
|
||||||
// conditions will be used when JOINing tables
|
// conditions will be used when JOINing tables
|
||||||
|
|||||||
Reference in New Issue
Block a user