Commit 62731ca6 authored by Georgios Dagkakis's avatar Georgios Dagkakis

erp5_free_subscription: Do not setStartDate in FreeSubscriptionRequest_init if

start_date is in edit_kw
parent 648cadd2
context.setStartDate(DateTime())
if 'start_date' not in kw.get('edit_kw', {}):
context.setStartDate(DateTime())
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