Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Important
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.14
-
Fix Version/s: 4.7.16
-
Component/s: None
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
Try to register a participant for event using backend New Participant form. And in total amount use amount with comma separator ie. 1,200. i.e do full payment
1. Amount is stored incorrectly in civicrm_financial_trxn.total_amount
2. Status is set to partially paid
Expected Behaviour
Amount should be set to 1200 and status to completed/registered.