cmc-sales/views/products/get_principle_products.ctp
2011-01-11 19:52:52 +11:00

5 lines
165 B
PHP
Executable file

<?
echo $form->input('LineItem.product_id', array('options' => $products, 'div' => false, 'empty'=>'Select the Product'));
//echo $javascript->object($products);
?>