Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't import the "End date" of an expired subscription #201

Closed
bernattorras opened this issue Feb 21, 2019 · 0 comments · Fixed by #278 · May be fixed by #202
Closed

Can't import the "End date" of an expired subscription #201

bernattorras opened this issue Feb 21, 2019 · 0 comments · Fixed by #278 · May be fixed by #202
Assignees

Comments

@bernattorras
Copy link

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

  1. 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)
  2. Export this subscription
  3. Delete the subscription
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment