From 06b4ee3e9d555133751c22d37fc42eea22ff64df Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Mon, 15 Sep 2014 15:20:53 +0530 Subject: [PATCH] CRM-15282 --- CRM/Contribute/Form/Contribution/Confirm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/Contribution/Confirm.php b/CRM/Contribute/Form/Contribution/Confirm.php index b6fb07258a..0d23c3bbd6 100644 --- a/CRM/Contribute/Form/Contribution/Confirm.php +++ b/CRM/Contribute/Form/Contribution/Confirm.php @@ -1775,9 +1775,9 @@ class CRM_Contribute_Form_Contribution_Confirm extends CRM_Contribute_Form_Contr $priceField->price_set_id = $priceSetID; $priceField->orderBy('weight'); $priceField->find(); + $paramWeDoNotUnderstand = NULL; while ($priceField->fetch()) { - $paramWeDoNotUnderstand = NULL; if ($priceField->name == "contribution_amount") { $paramWeDoNotUnderstand = $priceField->id; } -- 2.25.1