Commit 29f91705 authored by Romain Courteaud's avatar Romain Courteaud

slapos_subscription_request: set source_project on event

parent bc732dc1
......@@ -66,7 +66,7 @@ subscription_request = context.subscription_request_module.newContent(
quantity=user_input_dict["amount"],
language=target_language,
specialise_value=subscription_condition,
follow_up_value=subscription_condition.getFollowUpValue()
source_project_value=subscription_condition.getSourceProjectValue()
)
subscription_request.setDefaultEmailText(email)
......
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