Commit fe74ebe9 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

explicitly set stop_date as None in subscription case.

so that getStopDate() always return the latest state change date.
parent eda8fd65
......@@ -70,6 +70,7 @@ elif request.getFreeSubscriptionRequestType() == "subscription":\n
effective_date=now)\n
request.setFollowUpValue(free_subscription)\n
free_subscription.setStartDate(now)\n
free_subscription.setStopDate(None)\n
free_subscription.validate()\n
</string> </value>
</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment