From 9cb2ddf171c3a0013500ba0169ee076d9653d15f Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Sun, 15 Sep 2013 17:47:37 +0530 Subject: [PATCH] Revert "minor fix, CRM-12970" This reverts commit a8ec0901625fd3c2d6c4199ab547af3420a82945. --- CRM/Event/Form/ManageEvent/Fee.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Event/Form/ManageEvent/Fee.php b/CRM/Event/Form/ManageEvent/Fee.php index ff79c38815..d5f56a6af1 100644 --- a/CRM/Event/Form/ManageEvent/Fee.php +++ b/CRM/Event/Form/ManageEvent/Fee.php @@ -152,7 +152,7 @@ class CRM_Event_Form_ManageEvent_Fee extends CRM_Event_Form_ManageEvent { $defaults['discounted_label'][$colCount] = $discountFieldsval['label']; $defaults['discounted_value'][$colCount][$rowCount] = CRM_Utils_Money::format($discountFieldsval['amount'], NULL, '%a'); - $defaults['discount_option_id'][$rowCount][$colCount] = $discountFieldsval['id']; + $defaults['discount_option_id'][$colCount][$rowCount]= $discountFieldsval['id']; if (CRM_Utils_Array::value('is_default', $discountFieldsval)) { $defaults['discounted_default'] = $discountFieldsval['weight']; } -- 2.25.1