The recurring fee edit form allows for the amount, number of remaining billings and the interval to be changed.

We should add a field to also set the next charge field.

There are also other fields like the product id/model/fee_title that could also be on this edit form for the most flexibilty in editing fees.

Comments

univate’s picture

Title: Set next charge date in edit recurring fee form » More comprehensive recurring edit page
Status: Active » Fixed
StatusFileSize
new7.29 KB

Re-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.

rstaylor’s picture

Status: Fixed » Needs review
StatusFileSize
new585 bytes

Excellent, 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.

univate’s picture

Status: Needs review » Fixed

thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.