Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.3.0
-
Fix Version/s: 4.3.0
-
Component/s: Accounting Integration, CiviContribute
-
Labels:None
Description
isOnline flag determines a number of contribution form behaviors in UPDATE mode (e.g. some fields are set read-only, some fields are hidden etc.). This flag was being set based on 4.2 rule that only online contributions have link to financial_trxn records. In 4.3, all completed contributions have this linkage.
Update flag setting logic to check for non-NULL payment_processor_id value in civicrm_financial_trxn row.
Attachments
Issue Links
- is blocked by
-
CRM-11669 CRM_Core_BAO_Financial_Trxn::getFinancialTrxnIds() assumes only one financial_trxn linked to a contribution record
- Done/Fixed