コード例 #1
0
ファイル: Chart.php プロジェクト: javik223/Evron-Magento
 protected function _prepareLayout()
 {
     $this->setTemplate('inventoryreports/content/chart/chart-content/stockonhand/chart.phtml');
     return parent::_prepareLayout();
 }
コード例 #2
0
 protected function _prepareLayout()
 {
     $this->setTemplate('inventoryreports/content/chart/chart-content/order/statistic.phtml');
     parent::_prepareLayout();
 }