1 line
152 B
PHP
1 line
152 B
PHP
<?php echo select_tag('discount_range[discount_id]', options_for_select(DiscountRangePeer::getDiscountsForSelect(), $discount_range->getDiscountId()))?>
|