Commit 66e58781 authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: define the source_project on the newly created Sale Trade Condition

parent e379d14e
......@@ -69,7 +69,7 @@ if (current_trade_condition.getDestination() is None):
title='%s for %s' % (current_trade_condition.getTitle(), customer.getTitle()),
destination_value=customer,
destination_section_value=organisation,
# source_project=current_trade_condition.getSourceProject(),
source_project=current_trade_condition.getSourceProject(),
price_currency=current_trade_condition.getPriceCurrency(),
trade_condition_type=current_trade_condition.getTradeConditionType(),
)
......
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