From fe7d7c6b0f5c9c591f5d2db25dd4c089b2b433ea Mon Sep 17 00:00:00 2001 From: abijah Date: Tue, 16 Jun 2009 04:48:17 +0000 Subject: [PATCH] Removed another instance of using Ledger.name git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605@145 97e9348a-65ac-dc4b-aefc-98561f571b83 --- site/controllers/ledger_entries_controller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/controllers/ledger_entries_controller.php b/site/controllers/ledger_entries_controller.php index ec003cb..5b422c0 100644 --- a/site/controllers/ledger_entries_controller.php +++ b/site/controllers/ledger_entries_controller.php @@ -34,7 +34,7 @@ class LedgerEntriesController extends AppController { ), 'DebitLedger' => - array('fields' => array('id', 'name'), + array('fields' => array('id', 'sequence'), // Models 'DebitAccount' => array('class' => 'Account', 'fields' => array('id', 'name'), @@ -42,7 +42,7 @@ class LedgerEntriesController extends AppController { ), 'CreditLedger' => - array('fields' => array('id', 'name'), + array('fields' => array('id', 'sequence'), // Models 'CreditAccount' => array('class' => 'Account', 'fields' => array('id', 'name'),