From 0869cad2cecd3764fcd3726fe7af3c6dbdea7cee Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Thu, 11 Aug 2016 13:20:58 +0530 Subject: [PATCH] CRM-16189, changed the label ---------------------------------------- * CRM-16189: Improve support for Accrual Method bookkeeping https://issues.civicrm.org/jira/browse/CRM-16189 --- CRM/Event/Form/EventFees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/EventFees.php b/CRM/Event/Form/EventFees.php index a607057c7b..2ce9618fca 100644 --- a/CRM/Event/Form/EventFees.php +++ b/CRM/Event/Form/EventFees.php @@ -414,7 +414,7 @@ SELECT id, html_type CRM_Core_Payment_Form::buildPaymentForm($form, $form->_paymentProcessor, FALSE, TRUE); } elseif (!$form->_mode) { - $form->addElement('checkbox', 'record_contribution', ts('Record Payment?'), NULL, + $form->addElement('checkbox', 'record_contribution', ts('Record Invoice?'), NULL, array('onclick' => "return showHideByValue('record_contribution','','payment_information','table-row','radio',false);") ); // Check permissions for financial type first -- 2.25.1