Fix Recurring contribution sql so that it doesen't use group by as there doesn't...
authorSeamus Lee <seamuslee001@gmail.com>
Thu, 2 Nov 2017 23:40:16 +0000 (10:40 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 3 Nov 2017 07:47:00 +0000 (18:47 +1100)
commit0f913c6d7e13d018312f9fd485ea6ca10c4f1f37
treed02e14a917c84f25cd9c002c29912a67901f52fa
parent8f7a617b63e823309d40be6bb486b48f50d6517a
Fix Recurring contribution sql so that it doesen't use group by as there doesn't appear to be a reason to do so given that we have a where id = x clause and we were grouping on the same field
CRM/Core/Payment.php