CRM-12615
authoryashodha <yashodha.chaku@webaccess.co.in>
Wed, 15 May 2013 13:25:59 +0000 (18:55 +0530)
committeryashodha <yashodha.chaku@webaccess.co.in>
Wed, 15 May 2013 13:25:59 +0000 (18:55 +0530)
CRM/Event/Form/Registration/Confirm.php

index 5377d8c0c69ea64811c7234cc492f04966fbb97c..c69650e379f7ee5d72ba6e9196e476a156d46187 100644 (file)
@@ -688,7 +688,8 @@ class CRM_Event_Form_Registration_Confirm extends CRM_Event_Form_Registration {
         $this->set('receiveDate', CRM_Utils_Date::mysqlToIso($value['receive_date']));
         $this->set('trxnId', CRM_Utils_Array::value('trxn_id', $value));
       }
-
+      
+      $value['fee_amount'] = CRM_Utils_Array::value('amount', $value);
       $this->set('value', $value);
 
       // handle register date CRM-4320