Exemplo n.º 1
0
 /**
  * Enable a spool job
  *
  * Method will enable a accountingspool record data so it can be executed by QBWC
  *
  * @access public
  * @param int $spoolId The accountingspool ID
  * @return bool TRUE if the job was successfully removed, FASLE othereise
  */
 public function enableAccountingSpool($spoolId)
 {
     return parent::enableAccountingSpool($this->getid(), $spoolId);
 }