tbrehm
2011-03-14 740f93c6d39fcdd6009417f8c8cc6011dcc25de6
interface/lib/classes/listform.inc.php
@@ -277,7 +277,7 @@
    public function decode($record) 
    {
        global $conf;
        global $conf, $app;
        if(is_array($record)) {
            foreach($this->listDef['item'] as $field){
                $key = $field['field'];
@@ -329,7 +329,7 @@
                        break;
                    case 'CURRENCY':
                        $record[$key] = number_format($record[$key], 2, ',', '');
                        $record[$key] = $app->functions->currency_format($record[$key]);
                        break;
                    default: