You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a membership is rolled over to a new membership, we have the option of carrying over unused benefits. The number of workshops that can be rolled over should correspond with the number of workshops of each type in the source membership.
For example, if a member site had 2 inperson and 1 online workshop remaining, they may roll over at most 2 inperson workshops and 1 online workshop.
The text was updated successfully, but these errors were encountered:
Update get_initial and get_form_kwargs and form_valid to pass through the rolled over values for all changed fields. You can copy the lines that are there for the original fields.
Update the tests in fiscal/tests/test_membership.py > TestMembershipCreateRollOver
When a membership is rolled over to a new membership, we have the option of carrying over unused benefits. The number of workshops that can be rolled over should correspond with the number of workshops of each type in the source membership.
For example, if a member site had 2 inperson and 1 online workshop remaining, they may roll over at most 2 inperson workshops and 1 online workshop.
The text was updated successfully, but these errors were encountered: