Commit f976946f authored by Romain Courteaud's avatar Romain Courteaud

slapos_subscription_request: Subscription COndition uses follow up

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