Closed (fixed)
Project:
UC Recurring Payments and Subscriptions
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2009 at 03:06 UTC
Updated:
11 Feb 2010 at 21:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
univate commentedRe-worked the recurring edit form, to now allow for the editing of the fee title and next charge date.
If the date_popup module is installed it also provides the calendar popup date entry otherwise it just uses the default drupal date form element.
Attached is the patch that was committed.
Comment #2
rstaylor commentedExcellent, this will be a great help for customer service.
One minor point: The date element doesn't use leading 0's on the month and day subelement. Should use 'n' and 'j' instead of 'm' and 'd' in the date() calls for #default_value, or it will default to the current month/day if the fee's due month/day is < 10.
Comment #3
univate commentedthanks.