Moved contacts onto jqgrid. Added 'name' and 'longname' formats.
git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605@120 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -230,10 +230,7 @@ class AppController extends Controller {
|
||||
}
|
||||
|
||||
function jqGridDataOrder(&$params, $index, $direction) {
|
||||
if ($direction)
|
||||
$direction = ' ' . $direction;
|
||||
|
||||
return $index ? $index . $direction : null;
|
||||
return $index ? array($index .' '. $direction) : null;
|
||||
}
|
||||
|
||||
function jqGridDataLimit(&$params, $start, $limit) {
|
||||
|
||||
Reference in New Issue
Block a user