Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.4, 4.4.5
-
Fix Version/s: 4.5
-
Component/s: CiviContribute
-
Labels:
Description
If you use "Batch Update via Profile" to update contributions, and you try to update the field "Fee Amount," it generates an error. However, you can edit and save the Fee Amount on an individual contribution, and this does not generate an error.
Error message from the 4.4.5 demo:
Notice: Undefined index: financial_type_id in CRM_Core_BAO_FinancialTrxn::recordFees() (line 347 of /home/webeditor/jenkins-node/workspace/buildkit-demos.civicrm.org/build/d7-demo/sites/all/modules/civicrm/CRM/Core/BAO/FinancialTrxn.php).
As far as I can tell, the data is actually correctly updated, despite the error message.