Commit a69fb89e authored by Romain Courteaud's avatar Romain Courteaud 🐙

slapos_payzen: order builder must propage the ledger value

parent c7e93ec7
...@@ -49,6 +49,7 @@ for invoice in portal.portal_catalog(**select_kw): ...@@ -49,6 +49,7 @@ for invoice in portal.portal_catalog(**select_kw):
specialise=invoice.getSpecialise(), specialise=invoice.getSpecialise(),
payment_mode=invoice.getPaymentMode(), payment_mode=invoice.getPaymentMode(),
source_payment='%s/bank_account' % invoice.getSourceSection(), # the other place defnied: business process source_payment='%s/bank_account' % invoice.getSourceSection(), # the other place defnied: business process
ledger=invoice.getLedger(),
) )
temp_movement_rec = newTempSimulationMovement( temp_movement_rec = newTempSimulationMovement(
temp_object=True, id=str(_id), temp_object=True, id=str(_id),
......
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