cmc-sales/views/customers/customer_contacts.ctp

5 lines
94 B
Plaintext
Raw Normal View History

<?
echo $form->radio('Enquiry.contact_id', $contacts, array('legend'=>'Choose Contact'));
?>