예제 #1
0
파일: Discounts.php 프로젝트: msigley/shopp
 public function box()
 {
     $this->references['types_menu'] = menuoptions(ShoppScreenDiscountEditor::types(), $this->references['Promotion']->type, true);
     parent::box();
 }