/**
  * Add report/sales breadcrumbs
  *
  * @return Mage_Adminhtml_Report_SalesController
  */
 public function _initAction()
 {
     parent::_initAction();
     $this->_addBreadcrumb(Mage::helper('reports')->__('Sales'), Mage::helper('reports')->__('Sales'));
     return $this;
 }
Esempio n. 2
0
 /**
  * Add report/sales breadcrumbs
  *
  * @return ITwebexperts_Payperrentals_Adminhtml_Report_StockController
  */
 public function _initAction()
 {
     parent::_initAction();
     $this->_addBreadcrumb(Mage::helper('payperrentals')->__('Stock'), Mage::helper('payperrentals')->__('Stock'));
     return $this;
 }
 /**
  * Add report/products breadcrumbs
  *
  * @return Ash_Reports_Adminhtml_Report_ProductController
  */
 public function _initAction()
 {
     parent::_initAction();
     $this->_addBreadcrumb(Mage::helper('ash_reports')->__('Products (Custom)'), Mage::helper('ash_reports')->__('Products (Custom)'));
     return $this;
 }
Esempio n. 4
0
 /**
  * Add report/products breadcrumbs
  *
  * @return Mage_Adminhtml_Report_ProductController
  */
 public function _initAction()
 {
     parent::_initAction();
     $this->_addBreadcrumb(Mage::helper('Mage_Reports_Helper_Data')->__('Products'), Mage::helper('Mage_Reports_Helper_Data')->__('Products'));
     return $this;
 }