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:
abijah
2009-06-13 15:52:09 +00:00
parent a49b86898e
commit c5bd8b4b16
2 changed files with 82 additions and 162 deletions

View File

@@ -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); ?> ],