Commit b23950d0 authored by Romain Courteaud's avatar Romain Courteaud

slapos_accounting: set the source_project on the open sale order

parent e739a9ca
......@@ -28,6 +28,7 @@ def newOpenOrder():
destination_decision=person.getRelativeUrl(),
title="%s SlapOS Subscription" % person.getTitle(),
ledger_value=portal.portal_categories.ledger.automated,
source_project_value=instance_tree.getFollowUpValue(),
)
new_open_sale_order.order(activate_kw=activate_kw)
......
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