Commit 37cde7a6 authored by Łukasz Nowak's avatar Łukasz Nowak

Some missing parameters.

parent 53313439
...@@ -58,6 +58,8 @@ price = 1.0\n ...@@ -58,6 +58,8 @@ price = 1.0\n
resource = \'currency_module/EUR\'\n resource = \'currency_module/EUR\'\n
bank_account = \'account_module/1\'\n bank_account = \'account_module/1\'\n
receivable_account = \'account_module/2\'\n receivable_account = \'account_module/2\'\n
source_section = \'organisation_module/vifib_internet\'\n
source_payment = \'organisation_module/vifib_internet/2\'\n
# end of hardcoded values\n # end of hardcoded values\n
\n \n
payment_transaction = context.getPortalObject().accounting_module.newContent(\n payment_transaction = context.getPortalObject().accounting_module.newContent(\n
...@@ -65,6 +67,8 @@ payment_transaction = context.getPortalObject().accounting_module.newContent(\n ...@@ -65,6 +67,8 @@ payment_transaction = context.getPortalObject().accounting_module.newContent(\n
specialise=integration_site.getSourceTrade(),\n specialise=integration_site.getSourceTrade(),\n
destination_section=context.ERP5Site_getAuthenticatedMemberPersonValue().getRelativeUrl(),\n destination_section=context.ERP5Site_getAuthenticatedMemberPersonValue().getRelativeUrl(),\n
resource=resource,\n resource=resource,\n
source_section=source_section,\n
source_payment=source_payment\n
)\n )\n
\n \n
payment_transaction.bank.edit(\n payment_transaction.bank.edit(\n
......
37 38
\ No newline at end of file \ 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