Removed the useless pagination code from ledger_entries

git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605/site@133 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-06-15 06:46:05 +00:00
parent abd45244e1
commit 68273302cb

View File

@@ -1,9 +1,6 @@
<?php
class LedgerEntriesController extends AppController {
var $paginate = array('limit' => 100,
'group' => 'Entry.id',
'order' => array('Entry.stamp' => 'ASC'));
var $sidemenu_links = array();