Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Critical
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.20
-
Fix Version/s: 4.7.31
-
Component/s: CiviContribute
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
When a contribution has been created such that the (single) line item has a different financial type than the contribution the contribution financial type is imposed on the line item in subsequent transactions.
LineItem - screenshot - initiating transaction is ok; subsequent recurring transaction is not.
financial_type = 1 (financial_type_id of the Contribution page) but should be = 5 (financial_type_id of the lineItem).
If the original contribution more lineItems (e.g. 3) -> the subsequent recurring transaction and its lineItems is properly generated.