Another attempt to get the customer table working. Cake's query mechanism is really torquing me, it never seems to be able to do what I need (perhaps because they've generalized it to work with so many SQL engines. I'm just going to pull unit information out all together, and I can add it back in another day if needed.
git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605@106 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -74,7 +74,7 @@ jQuery(document).ready(function(){
|
||||
url: '<?php echo $url; ?>',
|
||||
datatype: 'xml',
|
||||
mtype: 'GET',
|
||||
postData: { params: '<?php echo serialize($params); ?>',
|
||||
postData: { action: '<?php echo $action; ?>',
|
||||
fields: '<?php echo serialize($colFields); ?>' },
|
||||
colNames: [ '<?php echo implode("', '", array_keys($cols)); ?>' ],
|
||||
colModel: [ <?php echo "\n " . implode(",\n ", $colModels); ?> ],
|
||||
|
||||
Reference in New Issue
Block a user