Commit 7066b3a0 authored by Thibaut Deheunynck's avatar Thibaut Deheunynck

thibaut

Now when you create organisation from M0, the organisation have an acronym and a Sign.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22847 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 89a7b1a7
......@@ -92,6 +92,8 @@ organisation = organisation_module.newContent(portal_type=\'Organisation\')\n
organisation.edit(\n
title=request_eform.getTitle(),\n
corporate_name=request_eform.getName(),\n
acronym=request_eform.getInitals(),\n
sign=request_eform.getSign(),\n
default_address_street_address=request_eform.getWorkAddress(),\n
default_address_city=request_eform.getDefaultAddressCity(),\n
social_form=\'%s\' % request_eform.getLegalForm().lower(),\n
......
823
\ No newline at end of file
824
\ 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