From: Pradeep Nayak Date: Thu, 19 Mar 2015 09:59:29 +0000 (+0530) Subject: --CRM-16015, added code to update line item for participant X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6535ff7901562e3718680d829799e64662fd20b1;p=civicrm-core.git --CRM-16015, added code to update line item for participant --- diff --git a/CRM/Contribute/BAO/Contribution.php b/CRM/Contribute/BAO/Contribution.php index 8ac5501def..f49f2cd129 100644 --- a/CRM/Contribute/BAO/Contribution.php +++ b/CRM/Contribute/BAO/Contribution.php @@ -3123,6 +3123,7 @@ WHERE contribution_id = %1 "; } } if ($context == 'changeFinancialType') { + $params['skipLineItem'] = FALSE; foreach ($params['line_item'] as &$lineItems) { foreach ($lineItems as &$line) { $line['financial_type_id'] = $params['financial_type_id'];