Commit 1fcdf224 authored by Jérome Perrin's avatar Jérome Perrin

copy projects and functions in the related payment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34492 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7eec86d9
......@@ -98,6 +98,10 @@ related_payment = portal.accounting_module.newContent(\n
\'utf8\', \'repr\')))),\n
source_section=context.getSourceSection(),\n
destination_section=context.getDestinationSection(),\n
source_project=context.getSourceProject(),\n
destination_project=context.getDestinationProject(),\n
source_function=context.getSourceFunction(),\n
destination_function=context.getDestinationFunction(),\n
stop_date=date,\n
start_date=date,\n
resource=context.getResource(),\n
......
1164
\ No newline at end of file
1165
\ No newline at end of file
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