5 lines
165 B
PHP
Executable file
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);
|
|
?>
|