Forgot this file on the last checkin, since it was using the trackable field

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@381 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-24 03:55:54 +00:00
parent a0f33054cb
commit 18c4f5ea48

View File

@@ -112,7 +112,7 @@ class LedgerEntriesController extends AppController {
'Ledger' =>
array('fields' => array('id', 'sequence', 'name'),
'Account' =>
array('fields' => array('id', 'name', 'type', 'trackable'),
array('fields' => array('id', 'name', 'type'),
),
),