Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.6, 4.7
-
Fix Version/s: 4.7
-
Component/s: CiviContribute
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
If you are running a localised installation of CiviCRM, and you change (i.e. translate) the labels (not the names) of the contribution status 'Cancelled' and 'Refunded', the contribution edit form doesn't let you set the cancellation date and reason any more.
The reason is, that the JS code to hide these fields in other statuses tests the labels(!!) for 'Cancelled' or 'Refunded' where it should be testing name or id.
I will provide a PR soon.