Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.29
-
Fix Version/s: 4.7.31
-
Component/s: CiviContribute
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
Description
Check Number show / hide not working when user search the contribution (Find Contribution) then Edit the contribution in pop up box.
It work on contribution dashboard and under 'Contribution' Tab for contact.
Reason for not working on Find Contribution page: we have two field with same html ID 'payment_instrument_id'
( 1st from find contribution from (payment method) and 2nd is from contribution form)
ID has to be uniq. Since its duplicate jQuery unable to handle show hide functionality when Payment Method changed in Contribution Form.
Issue is re-producible on dmaster site.