示例#1
0
 /**
  * Process the form after the input has been submitted and validated.
  *
  *
  * @return void
  */
 public function postProcess()
 {
     CRM_Contribute_Form_Task_PDFLetterCommon::postProcess($this);
 }
 /**
  * process the form after the input has been submitted and validated
  *
  * @access public
  *
  * @return void
  */
 public function postProcess()
 {
     // TODO: rewrite using contribution token and one letter by contribution
     $this->setContactIDs();
     CRM_Contribute_Form_Task_PDFLetterCommon::postProcess($this);
 }