Details
-
Type: Bug
-
Status: Open
-
Priority: Important
-
Resolution: Unresolved
-
Affects Version/s: 4.7.22
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Core Team Funds
-
Verified?:No
Description
Using civicrm 4.7.22 with :
- comma for decimal separator
- white space for thousand separator.
Api throw an exception (from _civicrm_api3_validate_fields) if i try to change the payment instrument on an existing contribution.
I suppose this is linked to CRM-20145 that apply a fixed "dot" separator but CRM_Utils_Rule::money rejects that (according to my config).