Protected Member Functions | |
_beforeToHtml () |
Definition at line 26 of file Item.php.
_beforeToHtml | ( | ) | [protected] |
Retrieve required options from parent
Reimplemented from Mage_Adminhtml_Block_Sales_Order_Totals.
Definition at line 28 of file Item.php.
00029 { 00030 parent::_beforeToHtml(); 00031 00032 $this->setCanDisplayTotalPaid($this->getParentBlock()->getCanDisplayTotalPaid()); 00033 $this->setCanDisplayTotalRefunded($this->getParentBlock()->getCanDisplayTotalRefunded()); 00034 $this->setCanDisplayTotalDue($this->getParentBlock()->getCanDisplayTotalDue()); 00035 }