Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.1
-
Fix Version/s: 4.2.0
-
Component/s: CiviPledge
-
Labels:None
Description
Currently, when a user pledges to donate on a monthly basis, the pledge renewal is set to the first day of the month.
This creates odd behaviour. For instance, imagine that today is Mar 30, I'm giving by EFT and reminders are set 5 days out from renewal. If pledge reminder emails are being sent, the use will get 2 reminders, one for the Mar 30 payment and another for the April 1 payment.
The supplied patch sets the Pledge to renew on the Nth day of month. Short months are handled well (Nov '31' is Dec 1).
Ken