Removed the useless pagination code from ledger_entries

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

View File

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