/**
  * Unset the transaction session
  *
  * Method will unset the transaction session
  *
  * @access public
  * @return bool TRUE if the session was unset, FALSE on error
  */
 public function unsetAccountingSession()
 {
     return parent::unsetAccountingSession($this->getid());
 }