Beispiel #1
0
 protected function _construct()
 {
     $this->_collection = Mage::getResourceModel('sales/quote_collection');
     parent::_construct();
 }
Beispiel #2
0
 protected function _construct()
 {
     $collection = Mage::getResourceModel('sales/order_invoice_collection')->addAttributeToSelect('*');
     $this->_collection = $collection;
     parent::_construct();
 }
Beispiel #3
0
 protected function _construct()
 {
     $this->_collection = Mage::getResourceModel('awrma/entity_collection');
     parent::_construct();
 }
Beispiel #4
0
 protected function _construct()
 {
     $this->_collection = Mage::getResourceModel('customer/customer_collection');
     parent::_construct();
 }
Beispiel #5
0
 protected function _construct()
 {
     $this->_collection = Mage::getResourceModel('ProductReturn/rma_collection');
     parent::_construct();
 }