CRM-15743 comment
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 23 Dec 2014 13:48:47 +0000 (19:18 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Tue, 23 Dec 2014 13:48:47 +0000 (19:18 +0530)
CRM/Core/Payment/ProcessorForm.php

index f8c32442eb7a96a7dcd4600971b4692e9479aba2..562665aca7fd20fae52a346e04e2081a923d8843 100644 (file)
@@ -106,7 +106,8 @@ class CRM_Core_Payment_ProcessorForm {
    */
   static function buildQuickform(&$form) {
     //@todo document why this addHidden is here
-    //CRM-15743 - don't create hidden_processor for pay later
+    //CRM-15743 - we should not set/create hidden element for pay later
+    // because payment processor is not selected
     if (!empty($form->_paymentProcessorID)) {
       $form->addElement('hidden', 'hidden_processor', 1);
     }