*/ class Mage_Sales_Model_Order_Tax extends Mage_Core_Model_Abstract { protected function _construct() { $this->_init('sales/order_tax'); } }