Exemplo n.º 1
0
 /**
  * Unset an accounting reference item
  *
  * Method will unset an accounting reference record
  *
  * @access public
  * @param mixed $nodeid The ID of the referenced item (customer id, order id, etc) OR the search criteria array for the reference data
  * @param string $type The node type (customer, product or order)
  * @return bool true if the accountingref record was unset (deleted), FALSE otherwise
  */
 public function unsetAccountingReference($nodeid, $type)
 {
     return parent::unsetAccountingReference($this->getid(), $nodeid, $type);
 }