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

slapos_subscription_request: delivery/movement must use source_project instead of follow_up

parent 3e895fc8
......@@ -40,7 +40,7 @@ if current_invoice is None:
current_invoice.edit(
title="Reservation Fee",
ledger_value=portal.portal_categories.ledger.automated,
source_project_value=context.getFollowUpValue(),
source_project_value=context.getSourceProjectValue(),
destination_value=context.getDestinationSection(),
destination_section_value=context.getDestinationSection(),
destination_decision_value=context.getDestinationSection(),
......
......@@ -34,7 +34,7 @@ if current_invoice is None:
current_payment.edit(
title="Payment for Reservation Fee",
ledger_value=portal.portal_categories.ledger.automated,
source_project_value=context.getFollowUpValue(),
source_project_value=context.getSourceProjectValue(),
specialise_value=trade_condition,
destination_value=context.getDestinationSection(),
destination_section_value=context.getDestinationSection(),
......
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