Public Member Functions | |
__construct () |
Definition at line 35 of file Sold.php.
__construct | ( | ) |
Initialize container block settings
Reimplemented from Mage_Adminhtml_Block_Widget_Grid_Container.
Definition at line 41 of file Sold.php.
00042 { 00043 $this->_controller = 'report_product_sold'; 00044 $this->_headerText = Mage::helper('reports')->__('Products Ordered'); 00045 parent::__construct(); 00046 $this->_removeButton('add'); 00047 }