From ffcec9721b27bc2d4e7fd71d55502e888ae0374b Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 15 May 2013 18:55:59 +0530 Subject: [PATCH] CRM-12615 --- CRM/Event/Form/Registration/Confirm.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Event/Form/Registration/Confirm.php b/CRM/Event/Form/Registration/Confirm.php index 5377d8c0c6..c69650e379 100644 --- a/CRM/Event/Form/Registration/Confirm.php +++ b/CRM/Event/Form/Registration/Confirm.php @@ -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 -- 2.25.1