Commit 10a22b1f authored by Romain Courteaud's avatar Romain Courteaud

slapos_accounting: use the correct accessor

parent a99941a2
......@@ -108,7 +108,7 @@ payment_transaction = web_site.accounting_module.newContent(
destination_decision=tmp_sale_order.getDestinationDecision(),
destination_project=tmp_sale_order.getDestinationProject(),
payment_mode=payment_mode,
ledger_value=ledger_relative_url,
ledger=ledger_relative_url,
resource=tmp_sale_order.getPriceCurrency(),
created_by_builder=1, # XXX this prevent init script from creating lines.
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