Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Won't Fix
-
Affects Version/s: 4.4.13, 4.4.14
-
Fix Version/s: 4.4.17
-
Component/s: None
-
Labels:
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
1. See screenshot (empty values in Amount column)
2. it's just the display here - if you hit View (bottom right of screenshot) -> the contribution itself looks fine: $1
3. Turns out it's pulling up fee_amount from civicrm_participant table for this Recent Registrations overview screen [and for the same in Contact's Events tab] - that fee_amount is defined as: "actual processor fee if known - may be 0". I can edit the value in the table to $99 (second row there) and it will show that under recent registration (see screenshot) - and contribution amount is still $1.
4. Regardless of the mixup - somehow $amount was always displayed correctly in that somewhere participant fee_amount must be set = contribution total_amount. And this still happens on for public Event Registrations - also in 4.4.13
5. And if one hits Edit on the Contribution (from within the /view/participant) and simply hit Save - all is well. The fee_amount in the participant table gets recalculated somewhere and will correspond to contribution total_amount.
6. This was/is working in 4.4.12; 4.5.8 and 4.6.beta3
It's is not working for 4.4.13 and for 4.4.14.
7. Let me know if this description makes sense. I need to go make some coffee!