Changed the relationship between grid visibility and text of the selected item.

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@207 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-04 17:38:22 +00:00
parent 27503ac4f9
commit 6a8d21dad7
4 changed files with 77 additions and 52 deletions

View File

@@ -16,7 +16,7 @@ $custom_post_data = compact('nothing');
$jqGrid_options = array('jqGridColumns' => $cols,
'controller' => 'customers');
$jqGrid_options += compact('action', 'caption',
'grid_div_id', 'grid_id', 'grid_setup',
'grid_div_id', 'grid_div_class', 'grid_id', 'grid_setup',
'nolinks', 'limit');
if (isset($customers)) {