Ignore:
Timestamp:
06/11/12 18:11:01 (12 years ago)
Author:
gustavo
Message:

Ticket #2768 - Arrumados alguns pequenos bugs corrigido o js conforme recursos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-3/prototype/rest/catalog/ContactResource.php

    r6437 r6460  
    9999                $d = new Data(); 
    100100                $d->setName('email'); 
    101                 $d->setValue($value['email']); 
     101                $d->setValue($contact[0]['email']); 
    102102                $d->setPrompt('Email do Contato'); 
    103103                $d->setDataType('string'); 
     
    110110                $d = new Data(); 
    111111                $d->setName('telephone'); 
    112                 $d->setValue($value['telephone']); 
     112                $d->setValue($contact[0]['telephone']); 
    113113                $d->setPrompt('Telefone do Contato'); 
    114114                $d->setDataType('string'); 
Note: See TracChangeset for help on using the changeset viewer.