Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Warning: A non-numeric value encountered in CRM_Event_Form_Registration_Confirm->buildQuickForm() (line 264 of /public_html/sites/all/modules/civicrm/CRM/Event/Form/Registration/Confirm.php)
  2.  
  3. Notice: Undefined offset: 0 in CRM_Grant_BAO_Query::where() (line 116 of /public_html/sites/all/modules/civicrm/CRM/Grant/BAO/Query.php).
  4.  
  5. /*CRM-16320 */
  6. $individual[$k]['totalAmtWithTax'] = $this->_amount[$k]['amount'];
  7. $individual[$k]['totalTaxAmt'] = $individualTaxAmount + $v['tax_amount'];
  8. $this->_totalAmount = $this->_totalAmount + $this->_amount[$k]['amount'];
  9. if (!empty($v['is_primary'])) {
  10. $this->set('primaryParticipantAmount', $this->_amount[$k]['amount']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement