From 2db0fc12d3d82e79e7362ed470af683a0e17218b Mon Sep 17 00:00:00 2001 From: abijah Date: Fri, 24 Jul 2009 03:55:54 +0000 Subject: [PATCH] Forgot this file on the last checkin, since it was using the trackable field git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@381 97e9348a-65ac-dc4b-aefc-98561f571b83 --- controllers/ledger_entries_controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/ledger_entries_controller.php b/controllers/ledger_entries_controller.php index eaeabbb..107c436 100644 --- a/controllers/ledger_entries_controller.php +++ b/controllers/ledger_entries_controller.php @@ -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'), ), ),