Commit 6c860db5 authored by Thibaut Deheunynck's avatar Thibaut Deheunynck

thibaut

fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22858 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7d50999e
...@@ -92,7 +92,7 @@ organisation = organisation_module.newContent(portal_type=\'Organisation\')\n ...@@ -92,7 +92,7 @@ organisation = organisation_module.newContent(portal_type=\'Organisation\')\n
organisation.edit(\n organisation.edit(\n
title=request_eform.getTitle(),\n title=request_eform.getTitle(),\n
corporate_name=request_eform.getName(),\n corporate_name=request_eform.getName(),\n
acronym=request_eform.getInitals(),\n acronym=request_eform.getInitials(),\n
sign=request_eform.getSign(),\n sign=request_eform.getSign(),\n
default_address_street_address=request_eform.getWorkAddress(),\n default_address_street_address=request_eform.getWorkAddress(),\n
default_address_city=request_eform.getDefaultAddressCity(),\n default_address_city=request_eform.getDefaultAddressCity(),\n
......
824 826
\ 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