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'), ), ),