Commit 8c822ef8 authored by Romain Courteaud's avatar Romain Courteaud

source_panel: use souce_project to find the trade condition

no need to trick source/destination project anymore, as trade_condition_type is used
parent 0bd3d6bb
......@@ -65,7 +65,7 @@ sale_trade_condition = portal.sale_trade_condition_module.newContent(
reference=title,
trade_condition_type="compute_node",
specialise_value=specialise_value,
destination_project_value=project,
source_project_value=project,
source_value=subscription_request.getSourceValue(),
source_section_value=source_section_value,
#source_payment_value=seller_bank_account,
......
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