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 you're importing expired subscriptions with their "End date", this date is automatically replaced by the current date (the importation time).
Steps to replicate
Make sure that you have an expired subscription on your site (if not, create one and change its "end date" [_schedule_end] from the database to have an old date)
Export this subscription
Delete the subscription
Import it and check if its 'End date' has the same date as the original subscription
Expected results
After importing the subscription, its "End date" should be the same date that was specified in the CSV.
Result
The "End date" of the imported subscription is replaced with the current date.
The text was updated successfully, but these errors were encountered:
Description
When you're importing expired subscriptions with their "End date", this date is automatically replaced by the current date (the importation time).
Steps to replicate
_schedule_end
] from the database to have an old date)Expected results
After importing the subscription, its "End date" should be the same date that was specified in the CSV.
Result
The "End date" of the imported subscription is replaced with the current date.
The text was updated successfully, but these errors were encountered: